Skip to content

Commit 731970b

Browse files
Bump actions/checkout from 4 to 5 (#101)
1 parent 48e257c commit 731970b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
Write-Host "$(pwsh --version) is installed at $PSHOME"
5050
Write-Host "Active .NET SDK: $(dotnet --version)"
5151
- name: Git checkout
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
- name: Restore tools
5454
run: |
5555
dotnet tool restore
@@ -131,7 +131,7 @@ jobs:
131131
8.0.*
132132
9.0.*
133133
- name: Git checkout
134-
uses: actions/checkout@v4
134+
uses: actions/checkout@v5
135135
- name: Restore tools
136136
run: |
137137
dotnet tool restore
@@ -186,7 +186,7 @@ jobs:
186186
8.0.*
187187
9.0.*
188188
- name: Git checkout
189-
uses: actions/checkout@v4
189+
uses: actions/checkout@v5
190190
with:
191191
fetch-depth: 2
192192
- name: Restore tools

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
8.0.*
3131
9.0.*
3232
- name: Git checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
- name: Initialize CodeQL
3535
uses: github/codeql-action/init@v3
3636
with:

.github/workflows/deps-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 'Checkout Repository'
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: 'Dependency Review'
1414
uses: actions/dependency-review-action@v4

0 commit comments

Comments
 (0)