Skip to content

Commit 747131e

Browse files
Update github actions to v3
1 parent d34970f commit 747131e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Install modules
1818
run: npm ci
1919
- name: Run tests

0 commit comments

Comments
 (0)