Skip to content

Commit d3cf389

Browse files
Merge pull request #24 from OneLiteFeatherNET/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 5fb6512 + 1c8ead8 commit d3cf389

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: Setup Java
1818
uses: actions/setup-java@v4
1919
with:

.github/workflows/sematic-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
release_version: ${{ steps.get_version.outputs.release_version }}
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929
- name: Setup Node.js
@@ -64,7 +64,7 @@ jobs:
6464
if: needs.release.outputs.release_version != ''
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868
with:
6969
fetch-depth: 0
7070
- name: Validate Gradle Wrapper

0 commit comments

Comments
 (0)