Skip to content

Commit 22e3b77

Browse files
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] <[email protected]>
1 parent 3934db5 commit 22e3b77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Check for spelling errors
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: codespell-project/actions-codespell@master
1313
with:
1414
check_filenames: true

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
- name: Build
1818
shell: powershell
1919
run: |
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
go-version: ${{ matrix.go }}
6262
- name: Checkout code
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464
- name: Run Windows Unit Tests
6565
run: |
6666
make all
@@ -85,7 +85,7 @@ jobs:
8585
curl -LO $PB_REL/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
8686
unzip protoc-3.15.8-linux-x86_64.zip -d $HOME/.local
8787
- name: Checkout code
88-
uses: actions/checkout@v5
88+
uses: actions/checkout@v6
8989
with:
9090
fetch-depth: 1
9191
path: go/src/github.com/kubernetes-csi/csi-proxy

0 commit comments

Comments
 (0)