Skip to content

Commit

Permalink
Bumped actions/checkout and actions/setup-go.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofferahl committed Feb 23, 2024
1 parent 0fb5797 commit 05ae083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19
- name: Set up Goreleaser
Expand Down

0 comments on commit 05ae083

Please sign in to comment.