Skip to content

Commit 8b3c376

Browse files
authored
Merge pull request #763 from Shopify/dependabot/github_actions/actions/cache-4.3.0
Bump actions/cache from 4.2.4 to 4.3.0
2 parents c9ba7c1 + 88fd80e commit 8b3c376

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
-
2424
name: Cache
25-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
25+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2626
with:
2727
path: vendor/bundle
2828
key: ${{ runner.os }}-ruby-3.1-gems-${{ hashFiles('Gemfile.lock') }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6161
-
6262
name: Cache
63-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
63+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6464
with:
6565
path: vendor/bundle
6666
# yamllint disable-line rule:line-length
@@ -167,7 +167,7 @@ jobs:
167167
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
168168
-
169169
name: Cache
170-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
170+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
171171
with:
172172
path: vendor/bundle
173173
# yamllint disable-line rule:line-length

0 commit comments

Comments
 (0)