Skip to content

Commit 6cbc2da

Browse files
authored
Merge pull request #1855 from Fryguy/update_gha_versions
Update GitHub Actions versions
2 parents 7b40a60 + 8c1099b commit 6cbc2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up system
2020
run: bin/before_install
2121
- name: Set up Node
22-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v3
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: ${{ !env.ACT && 'yarn' || '' }}

0 commit comments

Comments
 (0)