Skip to content

Commit

Permalink
Merge pull request #44 from circonus-labs/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3.1.0

build(deps): bump actions/checkout from 2 to 3.1.0
  • Loading branch information
maier authored Nov 14, 2023
2 parents c693e5b + 242584d commit fbffd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- name: golangci-lint
uses: golangci/[email protected]
with:
Expand Down

0 comments on commit fbffd9b

Please sign in to comment.