Skip to content

Commit c8e46b6

Browse files
authored
Merge pull request #87 from badsyntax/dependabot/github_actions/actions/checkout-3.3.0
Bump actions/checkout from 3.0.2 to 3.3.0
2 parents 52d1394 + dddce6c commit c8e46b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
name: Build examples
1313
steps:
14-
- uses: actions/checkout@v3.0.2
14+
- uses: actions/checkout@v3.3.0
1515
- uses: actions/setup-node@v3.4.1
1616
with:
1717
node-version: 16

0 commit comments

Comments
 (0)