Skip to content

Commit d68a1a4

Browse files
Merge pull request DrTimothyAldenDavis#783 from DrTimothyAldenDavis/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents fbea3fd + e854bd0 commit d68a1a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: checkout repository
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444

4545
- name: install dependencies
4646
run: |
@@ -163,7 +163,7 @@ jobs:
163163
msystem: MINGW32
164164

165165
- name: checkout repository
166-
uses: actions/checkout@v3
166+
uses: actions/checkout@v4
167167

168168
- name: initialize CodeQL
169169
# Initialize the CodeQL tools for scanning.

0 commit comments

Comments
 (0)