Skip to content

Commit 5ed7c1b

Browse files
authored
ci: update GitHub Actions to use latest action versions (#242)
Signed-off-by: yoshinorin <yoshinorin.net@outlook.com>
1 parent e15853c commit 5ed7c1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
20-
- uses: actions/setup-node@v2
19+
uses: actions/checkout@v6
20+
- uses: actions/setup-node@v6
2121
with:
2222
node-version: "18"
2323
- name: Get yarn cache directory path
2424
id: yarn-cache-dir-path
2525
run: echo "::set-output name=dir::$(yarn cache dir)"
26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v5
2727
with:
2828
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
2929
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)