Skip to content

Commit

Permalink
github: upgrade action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
criyle committed Feb 3, 2024
1 parent eca512b commit f716b7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21'
-
Expand Down Expand Up @@ -78,12 +78,12 @@ jobs:
- os: macos-latest
GOARCH: "arm64"
steps:
- name: Check out
uses: actions/checkout@v4
- name: Set up Go 1.21
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Check out
uses: actions/checkout@v4
- name: Get git tag ref
run: git fetch --prune --unshallow --tags
- name: Restore Cache
Expand Down

0 comments on commit f716b7a

Please sign in to comment.