Skip to content

Commit 2a05e31

Browse files
Bump actions/checkout from 5 to 6 (#253)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a74e78 commit 2a05e31

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555

5656
- uses: actions/setup-dotnet@v5
5757
with:
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@v5
81+
uses: actions/checkout@v6
8282

8383
- name: Set up Docker Buildx
8484
uses: docker/setup-buildx-action@v3
@@ -114,7 +114,7 @@ jobs:
114114

115115
steps:
116116
- name: Checkout
117-
uses: actions/checkout@v5
117+
uses: actions/checkout@v6
118118

119119
- name: Log in to Container Registry
120120
uses: docker/login-action@v3
@@ -172,7 +172,7 @@ jobs:
172172
environment: development
173173

174174
steps:
175-
- uses: actions/checkout@v5
175+
- uses: actions/checkout@v6
176176
with:
177177
sparse-checkout: |
178178
.github

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
contents: read
2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL

.github/workflows/update-cloudflare-proxies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
ref: ${{ github.ref }}
1919

0 commit comments

Comments
 (0)