Skip to content

Commit 6cb1715

Browse files
committed
PDFBOX-5660: update to v4 as suggested by copilot
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1926570 13f79535-47bb-0310-9956-ffa450edef68
1 parent 05feb64 commit 6cb1715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444

4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@v2
47+
uses: actions/checkout@v4
4848
with:
4949
# We must fetch at least the immediate parents so that if this is
5050
# a pull request then we can checkout the head.
5151
fetch-depth: 2
5252

5353
- name: Cache local Maven repository
54-
uses: actions/cache@v2
54+
uses: actions/cache@v4
5555
with:
5656
path: ~/.m2/repository
5757
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)