Skip to content

Commit 45bb5a7

Browse files
dependabot[bot]nthykier
authored andcommitted
Bump actions/checkout from 4 to 5
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>
1 parent 8c1b350 commit 45bb5a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

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

1818
# Check out current repository
1919
- name: Fetch Sources
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
# Validate wrapper
2323
- name: Gradle Wrapper Validation
@@ -106,7 +106,7 @@ jobs:
106106

107107
# Check out current repository
108108
- name: Fetch Sources
109-
uses: actions/checkout@v4
109+
uses: actions/checkout@v5
110110

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

.github/workflows/release.yml

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

1717
# Check out current repository
1818
- name: Fetch Sources
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
ref: ${{ github.event.release.tag_name }}
2222

0 commit comments

Comments
 (0)