Skip to content

Commit

Permalink
Merge pull request #2 from PKuebler/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
PKuebler authored Oct 1, 2023
2 parents 6435b92 + 489f9d7 commit c89b137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -26,7 +26,7 @@ jobs:
go-version: [ '1.18', '1.19', '1.20', '1.21', '1.x' ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
Expand Down

0 comments on commit c89b137

Please sign in to comment.