Skip to content

Commit 3cf9fe7

Browse files
committed
Bump actions
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
1 parent 6d57b5c commit 3cf9fe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/website.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
14-
- uses: actions/setup-node@v2
13+
uses: actions/checkout@v5
14+
- uses: actions/setup-node@v5
1515
with:
1616
node-version: '12.x'
1717
- id: yarn-cache-dir-path
1818
run: echo "::set-output name=dir::$(yarn cache dir)"
19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v4
2020
id: yarn-cache
2121
with:
2222
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)