Skip to content

Commit 46a9348

Browse files
dependabot[bot]gep13
authored andcommitted
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](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f58f44 commit 46a9348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
GPR_PASSWORD: ${{ secrets.NUGET_GITHUB_TOKEN }}
3939
steps:
4040
- name: Checkout the repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v4
4242

4343
- name: Fetch all tags and branches
4444
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)