Skip to content

Commit 7f67057

Browse files
Update actions/checkout action to v4.1.1
1 parent 30507e4 commit 7f67057

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/[email protected].0
32+
uses: actions/[email protected].1
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/[email protected].0
37+
uses: actions/[email protected].1
3838

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

0 commit comments

Comments
 (0)