Skip to content

Commit

Permalink
Merge pull request #6 from vendelieu/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
vendelieu authored Nov 16, 2023
2 parents 71ce00a + 7ce87ad commit 779af9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [macos-12, windows-2022, ubuntu-22.04]
steps:
- name: git clone
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
- name: Set up JDKs
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: git clone
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
- name: Set up JDKs
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: git clone
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
- name: Set up JDKs
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 779af9f

Please sign in to comment.