Skip to content

Commit

Permalink
[ci] Update actions/checkout action to v3 in test-browser job
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Aug 13, 2022
1 parent a87c148 commit 4d52d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SAUCE_USERNAME: eventemitter3
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18
Expand Down

0 comments on commit 4d52d09

Please sign in to comment.