mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Build(deps): Bump actions/cache from 3.3.3 to 4.0.0 (#2806)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
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@v3.3.3
|
||||
uses: actions/cache@v4.0.0
|
||||
with:
|
||||
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
||||
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
||||
@ -186,7 +186,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- run: mkdir -p "$TEST_RESULTS"
|
||||
- name: restore_cache
|
||||
uses: actions/cache@v3.3.3
|
||||
uses: actions/cache@v4.0.0
|
||||
with:
|
||||
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
||||
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
||||
|
Reference in New Issue
Block a user