mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-19 07:36:59 +00:00
chore(deps): update actions/cache action to v5 (#1482)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -158,7 +158,7 @@ jobs:
|
||||
echo "BINARY_NAME=$_BINARY" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup Go modules cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/go/pkg/mod
|
||||
@@ -167,7 +167,7 @@ jobs:
|
||||
go-${{ runner.os }}-${{ runner.arch }}-mod-
|
||||
|
||||
- name: Setup Go build cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
@@ -329,7 +329,7 @@ jobs:
|
||||
echo "BINARY_NAME=$_BINARY" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup Go modules cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/go/pkg/mod
|
||||
@@ -338,7 +338,7 @@ jobs:
|
||||
go-${{ runner.os }}-${{ runner.arch }}-mod-
|
||||
|
||||
- name: Setup Go build cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
@@ -466,7 +466,7 @@ jobs:
|
||||
echo "BINARY_NAME=$_BINARY" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup Go build cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
~/go/pkg/mod
|
||||
|
||||
Reference in New Issue
Block a user