Skip to content

Commit d8654e6

Browse files
committed
Bump actions/checkout from 3 to 4
This updates the `test` job to match what was pulled down from cisagov/skeleton-generic.
1 parent a6c9bab commit d8654e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- default
149149
runs-on: ubuntu-latest
150150
steps:
151-
- uses: actions/checkout@v3
151+
- uses: actions/checkout@v4
152152
- id: setup-python
153153
uses: actions/setup-python@v4
154154
with:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

0 commit comments

Comments
 (0)