Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
9cedb187e8
chore(deps): bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 19:19:45 +00:00

View File

@ -33,7 +33,7 @@ jobs:
string: ${{ github.event.repository.name }} string: ${{ github.event.repository.name }}
- name: Checkout base - name: Checkout base
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
@ -126,7 +126,7 @@ jobs:
string: ${{ github.event.repository.name }} string: ${{ github.event.repository.name }}
- name: Checkout base - name: Checkout base
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0