Skip to content

Commit 9a51867

Browse files
updated yarn-install action to use v4 of action cache (#334)
1 parent 956d426 commit 9a51867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yarn-install/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353

5454
- name: Checkout `cache action` from actions repository
5555
if: "inputs.checkout-token && (contains(runner.name, 'inf-gha-runners') || contains(runner.name, 'ubuntu2204'))"
56-
uses: actions/checkout@v3
56+
uses: actions/checkout@v4
5757
with:
5858
repository: toptal/actions
5959
token: ${{ inputs.checkout-token }}
@@ -74,7 +74,7 @@ runs:
7474

7575
- name: Cache yarn and node_modules folder
7676
if: "!(inputs.checkout-token && (contains(runner.name, 'inf-gha-runners') || contains(runner.name, 'ubuntu2204')))"
77-
uses: actions/cache@v3
77+
uses: actions/cache@v4
7878
id: node-modules-cache
7979
with:
8080
# Do not change the order of the values because if something goes wrong with the network or node_modules during

0 commit comments

Comments
 (0)