Skip to content

Commit

Permalink
Merge pull request #25 from sunhailin-Leo/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
sunhailin-Leo authored Sep 4, 2023
2 parents 1951a3f + 84ddd46 commit 3ccdea2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: 1.21.x
- name: Fetch Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Benchmark
run: set -o pipefail; go test ./... -benchmem -run=^$ -bench . | tee output.txt
- name: Get Previous Benchmark Results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.21.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sercurity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
GO111MODULE: on
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-${{ matrix.go-version }}-
- name: Fetch Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Test
uses: nick-fields/retry@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: 1.21.x
check-latest: true
- name: Fetch Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Govulncheck
run: |
export GO111MODULE=on
Expand Down

0 comments on commit 3ccdea2

Please sign in to comment.