Skip to content

Commit d189fca

Browse files
authored
Merge pull request #58 from bennesp/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents 0dbae87 + fa4feea commit d189fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818

1919
- name: Run tests
2020
run: ./gradlew test

0 commit comments

Comments
 (0)