mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-07 21:32:54 +02:00
chore(deps): bump actions/cache from 3.0.2 to 3.0.3 (#3399)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](48af2dc4a9...30f413bfed
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
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
5de3714197
commit
d79a78d80b
1 changed files with 6 additions and 6 deletions
12
.github/workflows/test.yaml
vendored
12
.github/workflows/test.yaml
vendored
|
@ -30,14 +30,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: cache go binaries
|
- name: cache go binaries
|
||||||
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # pin@v3
|
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # pin@v3
|
||||||
id: cache-go-bin
|
id: cache-go-bin
|
||||||
with:
|
with:
|
||||||
path: ~/go/bin
|
path: ~/go/bin
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
|
||||||
restore-keys: ${{ runner.os }}-go-bin
|
restore-keys: ${{ runner.os }}-go-bin
|
||||||
|
|
||||||
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # pin@v3
|
- uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # pin@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/go/pkg/mod
|
~/go/pkg/mod
|
||||||
|
@ -79,14 +79,14 @@ jobs:
|
||||||
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: cache go binaries
|
- name: cache go binaries
|
||||||
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # pin@v3
|
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # pin@v3
|
||||||
id: cache-go-bin
|
id: cache-go-bin
|
||||||
with:
|
with:
|
||||||
path: ~/go/bin
|
path: ~/go/bin
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
|
||||||
restore-keys: ${{ runner.os }}-go-bin
|
restore-keys: ${{ runner.os }}-go-bin
|
||||||
|
|
||||||
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # pin@v3
|
- uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # pin@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/go/pkg/mod
|
~/go/pkg/mod
|
||||||
|
@ -134,7 +134,7 @@ jobs:
|
||||||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v3
|
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # pin@v3
|
- uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # pin@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/go/pkg
|
~/go/pkg
|
||||||
|
@ -178,7 +178,7 @@ jobs:
|
||||||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v3
|
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # pin@v3
|
- uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd # pin@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/go/pkg/mod
|
~/go/pkg/mod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue