Skip to content

Commit 0e33706

Browse files
committed
Update actions/checkout to v3
1 parent 374787c commit 0e33706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
kotlin-version: '1.7.20'
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
with:
2626
fetch-depth: 0
2727
- name: Determine the version

0 commit comments

Comments
 (0)