Skip to content

Commit 9f872df

Browse files
chore(deps): update actions/checkout action to v6 (#370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 09cc324 commit 9f872df

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dotnet-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: read
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: '0'
2929

@@ -51,7 +51,7 @@ jobs:
5151
matrix:
5252
os: [ win-x64, osx-x64, linux-x64, linux-musl-x64 ]
5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555
with:
5656
fetch-depth: '0'
5757
- name: Setup .NET Core SDK 9
@@ -75,7 +75,7 @@ jobs:
7575
# only deploy if on main or tag
7676
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
7777
steps:
78-
- uses: actions/checkout@v5
78+
- uses: actions/checkout@v6
7979
- name: Login to Docker Registry
8080
uses: docker/login-action@v3
8181
with:

.github/workflows/gh-pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
contents: read
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525
- uses: actions/setup-node@v6

.github/workflows/gh-pages-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
contents: read
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
- uses: actions/setup-node@v6

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
java-version: 17
2525
distribution: 'zulu' # Alternative distribution options are available.
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2929
- name: Cache SonarCloud packages

0 commit comments

Comments
 (0)