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 4.0.0 to 4.0.1 (#2869)

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-03-04 13:03:35 -05:00
committed by GitHub
parent c35e062755
commit 3920d19ad4

View File

@@ -28,7 +28,7 @@ jobs:
with:
go-version: stable
- name: restore_cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.1
with:
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
@@ -187,7 +187,7 @@ jobs:
- uses: actions/checkout@v4
- run: mkdir -p "$TEST_RESULTS"
- name: restore_cache
uses: actions/cache@v4.0.0
uses: actions/cache@v4.0.1
with:
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}