Browse Source

Bump FantasticFiasco/action-update-license-year from 2 to 3 (#14)

Bumps [FantasticFiasco/action-update-license-year](https://github.com/FantasticFiasco/action-update-license-year) from 2 to 3.
- [Release notes](https://github.com/FantasticFiasco/action-update-license-year/releases)
- [Changelog](https://github.com/FantasticFiasco/action-update-license-year/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FantasticFiasco/action-update-license-year/compare/v2...v3)

---
updated-dependencies:
- dependency-name: FantasticFiasco/action-update-license-year
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/15/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
44cc7d7f31
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/update-copyright-years-in-license-file.yml

2
.github/workflows/update-copyright-years-in-license-file.yml

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2
- uses: FantasticFiasco/action-update-license-year@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: LICENSE.md

Loading…
Cancel
Save