Skip to content

Commit

Permalink
Merge pull request #20 from jbowes/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-3.5.3

Bump actions/checkout from 3.3.0 to 3.5.3
  • Loading branch information
jbowes authored Jun 15, 2023
2 parents 85eede5 + 52a4fb0 commit a491aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.3

- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -31,7 +31,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit a491aaf

Please sign in to comment.