Skip to content

Commit da3a787

Browse files
Update actions/checkout action to v4.2.2
1 parent 685b301 commit da3a787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os: [ubuntu-latest, windows-latest, macOS-latest]
3030
steps:
3131
- name: "Checkout"
32-
uses: actions/checkout@v4.1.0
32+
uses: actions/checkout@v4.2.2
3333
with:
3434
lfs: true
3535
fetch-depth: 0

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v4.1.0
37+
uses: actions/checkout@v4.2.2
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL

0 commit comments

Comments
 (0)