Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
5nord committed Nov 14, 2024
1 parent 23b7a40 commit 53e9784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
goreleaser:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Fetch history
run: git fetch --prune --unshallow
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: stable
- name: Release via goreleaser
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Support longpaths
run: git config --system core.longpaths true
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install hub
run: |
Invoke-WebRequest https://github.com/github/hub/releases/download/v2.14.2/hub-windows-amd64-2.14.2.zip -OutFile hub.zip
Expand Down

0 comments on commit 53e9784

Please sign in to comment.