Skip to content

Commit

Permalink
Merge pull request #538 from fobo66/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3.6.0
  • Loading branch information
fobo66 authored Aug 25, 2023
2 parents 41ad474 + f2b254b commit 055e02a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v3.5.3
- uses: actions/checkout@v3.6.0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
- name: set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
- name: set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 055e02a

Please sign in to comment.