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 f55fc18 commit 08f8ba6Copy full SHA for 08f8ba6
.github/workflows/build-and-deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout the repository
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
- name: Validate the Gradle Wrapper
21
uses: gradle/[email protected]
22
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ${{ matrix.os }}-latest
31
32
33
34
with:
35
submodules: recursive
36
fetch-depth: 0
@@ -88,7 +88,7 @@ jobs:
88
if: needs.release-and-delivery.outputs.release-status == 'released'
89
90
91
92
93
94
0 commit comments