We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360ba4a commit 80140c6Copy full SHA for 80140c6
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout the main branch
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
19
# Refer to https://stackoverflow.com/a/69116750 for running Kotlin scripts
20
- name: Use a specific Kotlin version
@@ -66,7 +66,7 @@ jobs:
66
67
# See https://github.community/t/how-to-commit-to-two-branches-from-an-action/17713
68
- name: Checkout the website branch
69
70
if: ${{ steps.check-for-updates.outputs.result == 'stale' }}
71
with:
72
ref: website
0 commit comments