Skip to content

Commit fa4feea

Browse files
Update actions/checkout action to v3
1 parent 3068413 commit fa4feea

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)