Skip to content

Commit

Permalink
Merge pull request #805 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.2
  • Loading branch information
fobo66 authored Nov 9, 2024
2 parents c78242c + 22efb1a commit e4d4232
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Set up JDK 23
uses: actions/setup-java@v4
with:
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: set up JDK 21
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit e4d4232

Please sign in to comment.