Skip to content

Commit

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

Bump actions/checkout from 3.1.0 to 4.1.1
  • Loading branch information
jbowes committed Oct 17, 2023
2 parents 01f7a16 + 01ebf1a commit 97ffe0b
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:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.1

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

0 comments on commit 97ffe0b

Please sign in to comment.