Skip to content

Commit 7c463d5

Browse files
committed
build: update GitHub actions versions
1 parent b67fbb4 commit 7c463d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555

5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v2
58+
uses: actions/checkout@v4
5959
with:
6060
fetch-depth: 0
6161

6262
- name: Install Go
63-
uses: actions/setup-go@v2
63+
uses: actions/setup-go@v5
6464
with:
6565
stable: 'false'
6666
go-version: ${{ matrix.go }}
@@ -76,7 +76,7 @@ jobs:
7676
env
7777
7878
- name: Go module cache
79-
uses: actions/cache@v2
79+
uses: actions/cache@v4
8080
with:
8181
path: ~/go/pkg/mod
8282
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)