We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a9cee commit 53206f3Copy full SHA for 53206f3
.github/workflows/run_gradle_task.yml
@@ -56,7 +56,7 @@ jobs:
56
### Gradle task ###
57
58
- name: Checkout the repo
59
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
60
with:
61
ref: ${{ inputs.checkout-ref || github.ref }}
62
.github/workflows/run_publish_site.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
30
31
32
33
0 commit comments