Skip to content

Commit

Permalink
build: update GitHub actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Aug 29, 2024
1 parent b67fbb4 commit 7c463d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
stable: 'false'
go-version: ${{ matrix.go }}
Expand All @@ -76,7 +76,7 @@ jobs:
env
- name: Go module cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 7c463d5

Please sign in to comment.