Skip to content

Commit 03f4aec

Browse files
authored
Upgrade GitHub Actions to latest versions
1 parent 7c2834a commit 03f4aec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lmstfy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
steps:
2525

2626
- name: Install Go
27-
uses: actions/setup-go@v2
27+
uses: actions/setup-go@v5
2828
with:
2929
go-version: ${{matrix.go-version}}
3030

3131
- name: Checkout Code Base
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v5
3333

3434
- name: Restore Go Module Cache
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: ~/go/pkg/mod
3838
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)