mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-23 15:12:57 +08:00
Build(deps): Bump actions/cache from 4.1.0 to 4.1.1 (#3157)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
864325e293
commit
967b37dbc3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr_test.yml
vendored
4
.github/workflows/pr_test.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
with:
|
||||
go-version: stable
|
||||
- name: restore_cache
|
||||
uses: actions/cache@v4.1.0
|
||||
uses: actions/cache@v4.1.1
|
||||
with:
|
||||
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
||||
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
||||
|
@ -196,7 +196,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- run: mkdir -p "$TEST_RESULTS"
|
||||
- name: restore_cache
|
||||
uses: actions/cache@v4.1.0
|
||||
uses: actions/cache@v4.1.1
|
||||
with:
|
||||
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
||||
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
||||
|
|
Loading…
Reference in a new issue