Skip to content

Commit 0bf68b4

Browse files
Merge pull request #230 from PhantomGamers/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 4cc7191 + 22d9ef1 commit 0bf68b4

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)