Skip to content

Commit 144d603

Browse files
authored
Merge pull request #117 from adobe/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents f4b3b11 + bd394d4 commit 144d603

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/maven-pr-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
# Check out Git repository
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
# Set up environment with Java and Maven
3232
- name: Set up JDK

.github/workflows/maven-publish-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
# Check out Git repository
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929

3030
# Set up environment with Java and Maven
3131
- name: Set up JDK

.github/workflows/maven-publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
# Check out Git repository
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

2727
# Set up environment with Java and Maven
2828
- name: Set up JDK

.github/workflows/onPushSimpleTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- name: Set up JDK
3333
uses: actions/setup-java@v4
3434
with:

0 commit comments

Comments
 (0)