Skip to content

Commit 49357c7

Browse files
chore: bump actions/checkout from 3.3.0 to 3.4.0 (#202)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df6a34f commit 49357c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Check out current repository
3737
- name: Fetch Sources
38-
uses: actions/checkout@v3.3.0
38+
uses: actions/checkout@v3.4.0
3939

4040
# Validate wrapper
4141
- name: Gradle Wrapper Validation
@@ -134,7 +134,7 @@ jobs:
134134

135135
# Check out current repository
136136
- name: Fetch Sources
137-
uses: actions/checkout@v3.3.0
137+
uses: actions/checkout@v3.4.0
138138

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

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# Check out current repository
1717
- name: Fetch Sources
18-
uses: actions/checkout@v3.3.0
18+
uses: actions/checkout@v3.4.0
1919
with:
2020
ref: ${{ github.event.release.tag_name }}
2121

0 commit comments

Comments
 (0)