We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956d426 commit 9a51867Copy full SHA for 9a51867
yarn-install/action.yml
@@ -53,7 +53,7 @@ runs:
53
54
- name: Checkout `cache action` from actions repository
55
if: "inputs.checkout-token && (contains(runner.name, 'inf-gha-runners') || contains(runner.name, 'ubuntu2204'))"
56
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
57
with:
58
repository: toptal/actions
59
token: ${{ inputs.checkout-token }}
@@ -74,7 +74,7 @@ runs:
74
75
- name: Cache yarn and node_modules folder
76
if: "!(inputs.checkout-token && (contains(runner.name, 'inf-gha-runners') || contains(runner.name, 'ubuntu2204')))"
77
- uses: actions/cache@v3
+ uses: actions/cache@v4
78
id: node-modules-cache
79
80
# Do not change the order of the values because if something goes wrong with the network or node_modules during
0 commit comments