mirror of
https://github.com/cooperspencer/gickup
synced 2025-05-01 00:37:55 +02:00
upgrade cache
This commit is contained in:
parent
f0470afbb8
commit
22dc5a8f3b
4
.github/workflows/validate-lint.yml
vendored
4
.github/workflows/validate-lint.yml
vendored
@ -12,7 +12,7 @@ env:
|
||||
jobs:
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
defaults:
|
||||
run:
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Cache Go modules
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/go/pkg/mod
|
||||
|
Loading…
Reference in New Issue
Block a user