mirror of
https://github.com/fumiama/ahsai.git
synced 2026-06-26 22:30:25 +08:00
chore: update ci action version
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -19,11 +19,11 @@ jobs:
|
|||||||
go-version: ^1.25
|
go-version: ^1.25
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Cache Go
|
- name: Cache Go
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
# A list of files, directories, and wildcard patterns to cache and restore
|
# A list of files, directories, and wildcard patterns to cache and restore
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
|
|||||||
Reference in New Issue
Block a user