Skip to content

Commit 06cde93

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2ff0a9 commit 06cde93

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
@@ -19,7 +19,7 @@ jobs:
1919

2020
# Check out current repository
2121
- name: Fetch Sources
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
ref: ${{ github.event.release.tag_name }}
2525

0 commit comments

Comments
 (0)