Skip to content

Commit cdf9214

Browse files
Update actions/checkout action to v6
1 parent 3f66fee commit cdf9214

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v6
4646
with:
4747
fetch-depth: 2
4848

.github/workflows/dependency-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@v3
12+
uses: actions/checkout@v6
1313
- name: 'Dependency Review'
1414
uses: actions/dependency-review-action@v1

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ on:
3131

3232
jobs:
3333
build-sdk:
34-
name: Build (SDK projects) Ubuntu
34+
name: Build (SDK projects) Ubuntu
3535
runs-on: ubuntu-latest
3636
defaults:
3737
run:
3838
shell: bash
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 1
4444

@@ -79,14 +79,14 @@ jobs:
7979
done
8080
8181
build-legacy:
82-
name: Build (Legacy .NET Framework) Windows
82+
name: Build (Legacy .NET Framework) Windows
8383
runs-on: windows-latest
8484
defaults:
8585
run:
8686
shell: powershell
8787
steps:
8888
- name: Checkout
89-
uses: actions/checkout@v4
89+
uses: actions/checkout@v6
9090
with:
9191
fetch-depth: 1
9292

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 10
3434

0 commit comments

Comments
 (0)