Skip to content

Commit

Permalink
Merge pull request #95 from AlexProgrammerDE/renovate/actions-checkou…
Browse files Browse the repository at this point in the history
…t-4.x

Update actions/checkout action to v4
  • Loading branch information
AlexProgrammerDE authored Oct 19, 2023
2 parents b1d2e5e + 688fb4e commit f0fb415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

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

0 comments on commit f0fb415

Please sign in to comment.