Skip to content

Commit 82a48db

Browse files
authored
Merge pull request #15 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 637309e + 4fe27d6 commit 82a48db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Check out current repository
3636
- name: Fetch Sources
37-
uses: actions/checkout@v2.4.0
37+
uses: actions/checkout@v3.0.2
3838

3939
# Validate wrapper
4040
- name: Gradle Wrapper Validation

0 commit comments

Comments
 (0)