Skip to content

Commit f18005c

Browse files
authored
Merge pull request #4 from lip6/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents f768b6e + 7491748 commit f18005c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ITS-commandline/.github/workflows/build.yml

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

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Set up JDK 11
1818
uses: actions/setup-java@v2
1919
with:

0 commit comments

Comments
 (0)