Skip to content

Commit abb53f6

Browse files
author
Illia Obukhau
authored
build(deps): bump actions/cache from 3.0.10 to 3.0.11 (#66)
2 parents 237d4d5 + 66e2275 commit abb53f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
node-version-file: ".nvmrc"
5151
cache: "pnpm"
5252
- name: Restore Turbo Cache
53-
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v3.0.10
53+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
5454
with:
5555
path: node_modules/.cache/turbo
5656
# NOTE: We create new cache record for every new github.sha
@@ -91,7 +91,7 @@ jobs:
9191
node-version-file: ".nvmrc"
9292
cache: "pnpm"
9393
- name: Restore Turbo Cache
94-
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v3.0.10
94+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
9595
with:
9696
path: node_modules/.cache/turbo
9797
# NOTE: build & release tasks should have their own cache

.github/workflows/WebAutomatedTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: variables
4545
run: echo ::set-output name=arg::$(if [ "${{ steps.files.outputs.global_files }}" = "" ] && ${{ github.event_name == 'pull_request' }}; then echo '--since origin/${{ github.base_ref }}'; else echo ''; fi)
4646
- name: "Defining cache"
47-
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # v2
47+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v2
4848
env:
4949
cache-name: cache-node-modules
5050
with:

0 commit comments

Comments
 (0)