Skip to content

Commit 051fb9a

Browse files
author
Federico Builes
authored
Merge pull request #41 from github/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 467d16d + cfd751a commit 051fb9a

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
@@ -13,7 +13,7 @@ jobs:
1313
build: # make sure build/ci work properly
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
# As of 2023-02-22, the ubuntu-latest image uses npm v8.3.1. This version
1818
# has a bug that prevents loading dependency-submission-toolkit in the
1919
# 'example/' project. npm v8.4.1 (same version in Codespace created on

0 commit comments

Comments
 (0)