Skip to content

Commit 22d9ef1

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b24933 commit 22d9ef1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
script: |
2828
core.setFailed('Invalid tag')
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
- name: Create tag
3131
run: |
3232
git tag ${{ github.event.inputs.version }}
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v6
4949
with:
5050
fetch-depth: 0
5151
- uses: actions/setup-dotnet@v4
@@ -73,7 +73,7 @@ jobs:
7373
needs: build
7474
runs-on: ubuntu-latest
7575
steps:
76-
- uses: actions/checkout@v4
76+
- uses: actions/checkout@v6
7777
- uses: actions/download-artifact@v4
7878
- name: Display structure of downloaded files
7979
run: ls -R

0 commit comments

Comments
 (0)