Skip to content

Commit ddccdce

Browse files
Merge pull request #9 from OakvilleDynamics/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents cba1c46 + 5008090 commit ddccdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/syntax-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Steps represent a sequence of tasks that will be executed as part of the job
1616
steps:
1717
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
2121
- uses: actions/setup-java@v3

0 commit comments

Comments
 (0)