Skip to content

Commit 8b36c6f

Browse files
authored
Merge pull request #75 from coder/dependabot/github_actions/main/actions/checkout-3.0.2
chore: bump actions/checkout from 2.4.0 to 3.0.2
2 parents b020be0 + 8620e96 commit 8b36c6f

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)