8000 Update GitHub actions/checkout to v4 (#5782) · frankframework/frankframework@f5c945c · GitHub
[go: up one dir, main page]

Skip to content

Commit f5c945c

Browse files
authored
Update GitHub actions/checkout to v4 (#5782)
1 parent c741577 commit f5c945c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-java.yml

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

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252

5353
- name: Cache local Maven repository
5454
uses: actions/cache@v3

.github/workflows/codeql-javascript.yml

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

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL

.github/workflows/maven-build.yml

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

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252
with:
5353
# We must fetch at least the immediate parents so that if this is
5454
# a pull request then we can checkout the head.

0 commit comments

Comments
 (0)
0