1
0
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:
dependabot[bot]
2024-01-23 09:47:16 -05:00
committed by GitHub
parent 5a90eae115
commit ba87993278

View File

@ -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 }}