Skip to content

Commit

Permalink
Merge pull request #787 from fobo66/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.2.0
  • Loading branch information
fobo66 authored Sep 30, 2024
2 parents 3358e11 + 4fd22f4 commit 9b48f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: set up JDK 21
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 9b48f4f

Please sign in to comment.