diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc4bacba..1b4a4714 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: name: CI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: moonrepo/setup-toolchain@v0 diff --git a/commitlint.config.cjs b/commitlint.config.cjs index 340499dd..df5a0f54 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -1,5 +1,5 @@ /* -Copyright 2023 Adobe. All rights reserved. +Copyright 2024 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 @@ -15,5 +15,5 @@ governing permissions and limitations under the License. */ module.exports = { - extends: ["@commitlint/config-conventional"], + extends: ['@commitlint/config-conventional'] }; diff --git a/docs/ui/moon.yml b/docs/ui/moon.yml index 926dcc7f..47d3e073 100644 --- a/docs/ui/moon.yml +++ b/docs/ui/moon.yml @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/docs/ui/src/demo.css b/docs/ui/src/demo.css index 9b23c180..86a3b8a9 100644 --- a/docs/ui/src/demo.css +++ b/docs/ui/src/demo.css @@ -1,5 +1,5 @@ /* -Copyright 2019 Adobe. All rights reserved. +Copyright 2024 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/docs/ui/src/demo.html b/docs/ui/src/demo.html index cf237026..ea0ee4b6 100644 --- a/docs/ui/src/demo.html +++ b/docs/ui/src/demo.html @@ -1,5 +1,5 @@