Skip to content

Commit 3031c17

Browse files
chore: bump actions/checkout from 4.2.2 to 5.0.0 (#571)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Faur Ioan-Aurel <fioan89@gmail.com>
1 parent a97812f commit 3031c17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- windows-latest
2424
runs-on: ${{ matrix.platform }}
2525
steps:
26-
- uses: actions/checkout@v4.2.2
26+
- uses: actions/checkout@v5.0.0
2727

2828
- uses: actions/setup-java@v5
2929
with:
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
# Check out current repository
5858
- name: Fetch Sources
59-
uses: actions/checkout@v4.2.2
59+
uses: actions/checkout@v5.0.0
6060

6161
# Setup Java 11 environment for the next steps
6262
- name: Setup Java
@@ -141,7 +141,7 @@ jobs:
141141

142142
# Check out current repository
143143
- name: Fetch Sources
144-
uses: actions/checkout@v4.2.2
144+
uses: actions/checkout@v5.0.0
145145

146146
# Remove old release drafts by using the curl request for the available releases with draft flag
147147
- name: Remove Old Release Drafts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# Check out current repository
1717
- name: Fetch Sources
18-
uses: actions/checkout@v4.2.2
18+
uses: actions/checkout@v5.0.0
1919
with:
2020
ref: ${{ github.event.release.tag_name }}
2121

0 commit comments

Comments
 (0)