mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +00:00
Bump actions/cache from 3.3.1 to 3.3.3 (#24875)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](88522ab9f3...e12d46a63a)
---
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>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
This commit is contained in:
2
.github/workflows/build-vault-ce.yml
vendored
2
.github/workflows/build-vault-ce.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
|
github-token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
|
||||||
- name: Restore UI from cache
|
- name: Restore UI from cache
|
||||||
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
|
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||||
with:
|
with:
|
||||||
# Restore the UI asset from the UI build workflow. Never use a partial restore key.
|
# Restore the UI asset from the UI build workflow. Never use a partial restore key.
|
||||||
enableCrossOsArchive: true
|
enableCrossOsArchive: true
|
||||||
|
|||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
|||||||
run: echo "ui-hash=$(git ls-tree HEAD ui --object-only)" >> "$GITHUB_OUTPUT"
|
run: echo "ui-hash=$(git ls-tree HEAD ui --object-only)" >> "$GITHUB_OUTPUT"
|
||||||
- name: Set up UI asset cache
|
- name: Set up UI asset cache
|
||||||
id: cache-ui-assets
|
id: cache-ui-assets
|
||||||
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
|
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||||
with:
|
with:
|
||||||
enableCrossOsArchive: true
|
enableCrossOsArchive: true
|
||||||
lookup-only: true
|
lookup-only: true
|
||||||
|
|||||||
4
.github/workflows/test-go.yml
vendored
4
.github/workflows/test-go.yml
vendored
@@ -117,7 +117,7 @@ jobs:
|
|||||||
git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN}}@github.com".insteadOf https://github.com
|
git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN}}@github.com".insteadOf https://github.com
|
||||||
- uses: ./.github/actions/set-up-gotestsum
|
- uses: ./.github/actions/set-up-gotestsum
|
||||||
- run: mkdir -p test-results/go-test
|
- run: mkdir -p test-results/go-test
|
||||||
- uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
|
- uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||||
if: inputs.test-timing-cache-enabled
|
if: inputs.test-timing-cache-enabled
|
||||||
with:
|
with:
|
||||||
path: test-results/go-test
|
path: test-results/go-test
|
||||||
@@ -501,7 +501,7 @@ jobs:
|
|||||||
needs: test-go
|
needs: test-go
|
||||||
runs-on: ${{ fromJSON(inputs.runs-on) }}
|
runs-on: ${{ fromJSON(inputs.runs-on) }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
|
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||||
with:
|
with:
|
||||||
path: test-results/go-test
|
path: test-results/go-test
|
||||||
key: ${{ inputs.test-timing-cache-key }}-${{ github.run_number }}
|
key: ${{ inputs.test-timing-cache-key }}-${{ github.run_number }}
|
||||||
|
|||||||
Reference in New Issue
Block a user