Skip to content

Commit 7dad38c

Browse files
Update actions/checkout action to v3 (#28)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0680465 commit 7dad38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: macos-latest
88

99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v3
1111
- name: Run unit tests
1212
run: ./gradlew app:test

0 commit comments

Comments
 (0)