Skip to content

Commit 81d7733

Browse files
authored
Merge pull request #4928 from brave-intl/renovate/actions-cache-4-x
chore(deps): update actions/cache action to v4.2.4
2 parents 983f8e4 + b6572b8 commit 81d7733

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
--health-retries 5
2929
steps:
3030
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
31+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3232
with:
3333
path: vendor/bundle
3434
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
@@ -53,7 +53,7 @@ jobs:
5353
id: yarn-cache
5454
run: echo "::set-output name=dir::$(yarn cache dir)"
5555
- name: Setup cache key and directory for node_modules cache
56-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
56+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5757
with:
5858
path: ${{ steps.yarn-cache.outputs.dir }}
5959
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
--health-retries 5
2626
steps:
2727
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2929
with:
3030
path: vendor/bundle
3131
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
@@ -50,7 +50,7 @@ jobs:
5050
id: yarn-cache
5151
run: echo "::set-output name=dir::$(yarn cache dir)"
5252
- name: Setup cache key and directory for node_modules cache
53-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5454
with:
5555
path: ${{ steps.yarn-cache.outputs.dir }}
5656
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
--health-retries 5
2626
steps:
2727
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2929
with:
3030
path: vendor/bundle
3131
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
@@ -50,7 +50,7 @@ jobs:
5050
id: yarn-cache
5151
run: echo "::set-output name=dir::$(yarn cache dir)"
5252
- name: Setup cache key and directory for node_modules cache
53-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5454
with:
5555
path: ${{ steps.yarn-cache.outputs.dir }}
5656
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)