Skip to content

Commit 643d2be

Browse files
Update actions/checkout action to v4
1 parent dcc1ff7 commit 643d2be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/BuildDeploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
environment:
3131
name: release
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0
3636

.github/workflows/BuildOnly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: windows-latest
2727
runs-on: windows-latest
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
3232
- name: 'Cache: .nuke/temp, ~/.nuget/packages'

0 commit comments

Comments
 (0)