Skip to content

Commit

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

Bump actions/checkout from 3.1.0 to 3.3.0
  • Loading branch information
jbowes authored Jun 14, 2023
2 parents 2ba65ce + d51caf7 commit ec59a67
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.1.0
- uses: actions/checkout@v3.3.0

- 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@v3.3.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit ec59a67

Please sign in to comment.