Skip to content

Commit

Permalink
Bump actions/checkout from 3.0.2 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.0.2...v3.3.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2023
1 parent d9466a5 commit ed0bd9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0

- name: Initialize CodeQL
uses: github/codeql-action/init@v2.1.22
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
go-version: "1.18.x"
- name: Checkout code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
- name: Run linters
uses: golangci/golangci-lint-action@v3.2.0
with:
Expand All @@ -36,7 +36,7 @@ jobs:
with:
go-version: "1.18.x"
- name: Checkout code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.3.0
- run: go test -race ./...
- run: go test -fuzz=. -fuzztime=30s
- run: go test -fuzz=Plain -fuzztime=30s ./internal/charset
Expand All @@ -46,7 +46,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
- name: Install Go
if: success()
uses: actions/setup-go@v3.3.0
Expand Down

0 comments on commit ed0bd9f

Please sign in to comment.