Skip to content

Commit 601c272

Browse files
renovate[bot]Blarc
authored andcommitted
chore(deps): update actions/checkout action to v5.0.1
1 parent 10b29b6 commit 601c272

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
@@ -27,7 +27,7 @@ jobs:
2727
2828
# Check out current repository
2929
- name: Fetch Sources
30-
uses: actions/[email protected].0
30+
uses: actions/[email protected].1
3131

3232
# Validate wrapper
3333
- name: Gradle Wrapper Validation
@@ -123,7 +123,7 @@ jobs:
123123

124124
# Check out current repository
125125
- name: Fetch Sources
126-
uses: actions/[email protected].0
126+
uses: actions/[email protected].1
127127

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
# Check out current repository
2727
- name: Fetch Sources
28-
uses: actions/[email protected].0
28+
uses: actions/[email protected].1
2929
with:
3030
ref: ${{ github.event.release.tag_name }}
3131

0 commit comments

Comments
 (0)