Skip to content

Commit f0ecba3

Browse files
Bump actions in CI to fix deprecated actions/cache (#328)
Signed-off-by: Hayden B <[email protected]> Co-authored-by: Hayden B <[email protected]>
1 parent a86fce6 commit f0ecba3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- name: Checkout 🛎
24-
uses: actions/checkout@master
24+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525

2626
- name: Setup node env 🏗
27-
uses: actions/setup-node@v2.1.5
27+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2828
with:
2929
node-version: ${{ matrix.node }}
3030
check-latest: true
@@ -34,7 +34,7 @@ jobs:
3434
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
3535

3636
- name: Cache node_modules 📦
37-
uses: actions/cache@v2.1.4
37+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3838
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3939
with:
4040
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)