Skip to content

Commit

Permalink
Merge pull request #47 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 Apr 29, 2023
2 parents 73c318c + 037db21 commit 0798ded
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run unit tests on MacOS
run: go test -v -race ./iscsi/...
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Unit test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: go

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build a binary
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: ^1.19
id: go
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build Test
run: |
go build -a -o example/iscsi-lib-example.exe ./example

0 comments on commit 0798ded

Please sign in to comment.