Skip to content

Commit c2e5774

Browse files
[github-actions] Bump actions/checkout from 5 to 6
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] <support@github.com>
1 parent 5c1cbb2 commit c2e5774

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Check generated files
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
- uses: arduino/setup-protoc@v3
3939
- uses: actions/setup-go@v6
4040
with:

.github/workflows/codeql-analysis.yml

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

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
# We must fetch at least the immediate parents so that if this is
3737
# a pull request then we can checkout the head.

.github/workflows/update-dependent-repositories-gomod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout ${{ github.repository }}
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
path: ${{ github.repository }}
2020
repository: ${{ github.repository }}
@@ -38,7 +38,7 @@ jobs:
3838
cat /tmp/commit-message
3939
4040
- name: Checkout networkservicemesh/${{ matrix.repository }}
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
with:
4343
path: networkservicemesh/${{ matrix.repository }}
4444
repository: networkservicemesh/${{ matrix.repository }}

0 commit comments

Comments
 (0)