Skip to content

Commit bf3f0a3

Browse files
authored
Merge pull request #81 from coder/dependabot/github_actions/main/actions/checkout-3.1.0
chore: bump actions/checkout from 3.0.2 to 3.1.0
2 parents f6427d1 + 0334b45 commit bf3f0a3

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
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Check out current repository
3737
- name: Fetch Sources
38-
uses: actions/checkout@v3.0.2
38+
uses: actions/checkout@v3.1.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.0.2
137+
uses: actions/checkout@v3.1.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

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@v3.0.2
18+
uses: actions/checkout@v3.1.0
1919
with:
2020
ref: ${{ github.event.release.tag_name }}
2121

0 commit comments

Comments
 (0)