mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-11-10 16:30:38 +08:00
Build(deps): Bump actions/cache from 4.2.0 to 4.2.1 (#3459)
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
c01bfdc7ab
commit
59183f38ba
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: stable
|
||||||
- name: restore_cache
|
- name: restore_cache
|
||||||
uses: actions/cache@v4.2.0
|
uses: actions/cache@v4.2.1
|
||||||
with:
|
with:
|
||||||
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
||||||
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
||||||
|
|
|
||||||
2
.github/workflows/pr_integration_tests.yml
vendored
2
.github/workflows/pr_integration_tests.yml
vendored
|
|
@ -188,7 +188,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: mkdir -p "$TEST_RESULTS"
|
- run: mkdir -p "$TEST_RESULTS"
|
||||||
- name: restore_cache
|
- name: restore_cache
|
||||||
uses: actions/cache@v4.2.0
|
uses: actions/cache@v4.2.1
|
||||||
with:
|
with:
|
||||||
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
||||||
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue