Skip to content

Commit

Permalink
Merge pull request #381 from jpillora/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3.1.0

Bump actions/checkout from 2 to 3.1.0
  • Loading branch information
jpillora authored Oct 31, 2022
2 parents e814c44 + fdc1e10 commit 4cd7b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: Build
run: go build -v .
- name: Test
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: goreleaser
if: success()
uses: docker://goreleaser/goreleaser:latest
Expand Down

0 comments on commit 4cd7b36

Please sign in to comment.