Skip to content

Commit 62caff2

Browse files
Update actions/checkout action to v4.1.4
1 parent 30507e4 commit 62caff2

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
@@ -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.1.4
3333
with:
3434
lfs: true
3535
fetch-depth: 0

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
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.1.4
3838

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

0 commit comments

Comments
 (0)