diff --git a/.github/workflows/update-copyright-years.yml b/.github/workflows/update-copyright-years.yml index 3aca90d470..e90baffcb0 100644 --- a/.github/workflows/update-copyright-years.yml +++ b/.github/workflows/update-copyright-years.yml @@ -8,23 +8,23 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - ref: develop - fetch-depth: 0 - - uses: FantasticFiasco/action-update-license-year@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - path: | - README.md - packages/core/README.md - packages/i18n/README.md - packages/sampler/README.md - packages/spotlight/README.md - packages/ui/README.md - packages/webos/README.md - branchName: license/{{currentYear}} - commitTitle: update license - commitBody: Let's keep legal happy. - prTitle: Update copyright years in README.md file - prBody: It's that time of the year, let's update the license. + - uses: actions/checkout@v6 + with: + ref: develop + fetch-depth: 0 + - uses: FantasticFiasco/action-update-license-year@v3 + with: + token: ${{ secrets.GITHUB_TOKEN }} + path: | + README.md + packages/core/README.md + packages/i18n/README.md + packages/sampler/README.md + packages/spotlight/README.md + packages/ui/README.md + packages/webos/README.md + branchName: license/{{currentYear}} + commitTitle: update license + commitBody: Let's keep legal happy. + prTitle: Update copyright years in README.md file + prBody: It's that time of the year, let's update the license.