Skip to content

Commit 4f9bf41

Browse files
Build(deps): Bump actions/checkout from 3.4.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0314d38 commit 4f9bf41

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
@@ -57,7 +57,7 @@ jobs:
5757
5858
# Check out current repository
5959
- name: Fetch Sources
60-
uses: actions/checkout@v3.4.0
60+
uses: actions/checkout@v3.5.0
6161

6262
# Validate wrapper
6363
- name: Gradle Wrapper Validation
@@ -155,7 +155,7 @@ jobs:
155155

156156
# Check out current repository
157157
- name: Fetch Sources
158-
uses: actions/checkout@v3.4.0
158+
uses: actions/checkout@v3.5.0
159159

160160
# Remove old release drafts by using the curl request for the available releases with draft flag
161161
- 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@v3.4.0
19+
uses: actions/checkout@v3.5.0
2020
with:
2121
ref: ${{ github.event.release.tag_name }}
2222

0 commit comments

Comments
 (0)