Skip to content

Commit

Permalink
Merge pull request #117 from adobe/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
baubakg authored May 7, 2024
2 parents f4b3b11 + bd394d4 commit 144d603
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-pr-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Check out Git repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Set up environment with Java and Maven
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Check out Git repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Set up environment with Java and Maven
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Check out Git repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Set up environment with Java and Maven
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onPushSimpleTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 144d603

Please sign in to comment.