Browse Source

Bump actions/checkout from 3 to 4 (#42)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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/44/head
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
d312196294
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/update-copyright-years-in-license-file.yml

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

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Action Update License Year

Loading…
Cancel
Save