Skip to content

Commit 0af5e53

Browse files
Update actions/checkout action to v4
1 parent 4993ade commit 0af5e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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@v3
22+
- uses: actions/checkout@v4
2323
- id: setup-python
2424
uses: actions/setup-python@v3
2525
with:

0 commit comments

Comments
 (0)