Skip to content

Commit 8620e96

Browse files
chore: bump actions/checkout from 2.4.0 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10c5e2f commit 8620e96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

135135
# Check out current repository
136136
- name: Fetch Sources
137-
uses: actions/checkout@v2.4.0
137+
uses: actions/checkout@v3.0.2
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

Lines changed: 1 addition & 1 deletion
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@v2.4.0
18+
uses: actions/checkout@v3.0.2
1919
with:
2020
ref: ${{ github.event.release.tag_name }}
2121

0 commit comments

Comments
 (0)