Skip to content

Commit

Permalink
Merge pull request #294 from kubernetes-csi/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
k8s-ci-robot committed Jul 26, 2023
2 parents 2132ccd + 010bc06 commit e499070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build
run: |
go build -v -a -o ./bin/csi-proxy.exe ./cmd/csi-proxy
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run Windows Unit Tests
run: |
make all
Expand All @@ -66,7 +66,7 @@ jobs:
curl -LO $PB_REL/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
unzip protoc-3.15.8-linux-x86_64.zip -d $HOME/.local
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1
path: go/src/github.com/kubernetes-csi/csi-proxy
Expand Down

0 comments on commit e499070

Please sign in to comment.