Skip to content

Commit 496ea93

Browse files
authored
Merge branch 'develop' into improvement/add_dependabot_ignores_for_github_actions
2 parents 511a37c + e190ae7 commit 496ea93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ 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
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v3
2525
with:
2626
python-version: 3.9
2727
# We need the Go version and Go cache location for the actions/cache step,

0 commit comments

Comments
 (0)