Skip to content

Commit d495c5f

Browse files
Bump actions/checkout from 4 to 5 (#1883)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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>
1 parent 24912a7 commit d495c5f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
# Check out current repository
6262
- name: Fetch Sources
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464

6565
# Setup Gradle
6666
- name: Setup Gradle
@@ -108,7 +108,7 @@ jobs:
108108

109109
# Check out current repository
110110
- name: Fetch Sources
111-
uses: actions/checkout@v4
111+
uses: actions/checkout@v5
112112

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

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030

3131
- name: Fetch Sources
3232
if: github.event_name != 'pull_request'
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Fetch Sources
3636
if: github.event_name == 'pull_request'
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
with:
3939
fetch-depth: ${{ github.event.pull_request.commits }}
4040

.github/workflows/release.yml

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

2525
# Check out current repository
2626
- name: Fetch Sources
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
ref: ${{ github.event.release.tag_name }}
3030

0 commit comments

Comments
 (0)