Skip to content

Commit e9037ba

Browse files
authored
Merge pull request #1579 from fippo/bump-actions
github: update checkout action to v3
2 parents 7a68420 + 8cf5a3d commit e9037ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/interop-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
browserB: [firefox, chrome]
1414
bver: ['unstable']
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
1818
- run: npm install
1919
- run: BROWSER=${{matrix.browserA}} BVER=${{matrix.bver}} ./node_modules/travis-multirunner/setup.sh

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3
1111
- run: npm install
1212
- run: npm run eslint

0 commit comments

Comments
 (0)