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.2 to 3.3.3 (#2796)

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:
dependabot[bot]
2024-01-16 06:08:40 -05:00
committed by GitHub
parent 56220fba5f
commit fbd436f607

View File

@@ -28,7 +28,7 @@ jobs:
with:
go-version: stable
- name: restore_cache
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
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.2
uses: actions/cache@v3.3.3
with:
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}