Skip to content

Commit 80140c6

Browse files
committed
Update checkout action to version 3
1 parent 360ba4a commit 80140c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout the main branch
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818

1919
# Refer to https://stackoverflow.com/a/69116750 for running Kotlin scripts
2020
- name: Use a specific Kotlin version
@@ -66,7 +66,7 @@ jobs:
6666

6767
# See https://github.community/t/how-to-commit-to-two-branches-from-an-action/17713
6868
- name: Checkout the website branch
69-
uses: actions/checkout@v2
69+
uses: actions/checkout@v3
7070
if: ${{ steps.check-for-updates.outputs.result == 'stale' }}
7171
with:
7272
ref: website

0 commit comments

Comments
 (0)