Skip to content

Commit e190ae7

Browse files
authored
Merge pull request #102 from cisagov/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents a3f12f4 + 6869c68 commit e190ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- id: setup-env
2121
uses: cisagov/setup-env-github-action@develop
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- id: setup-python
2424
uses: actions/setup-python@v3
2525
with:

0 commit comments

Comments
 (0)