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 8ba95a7 commit a421663Copy full SHA for a421663
.github/workflows/build-and-deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout the repository
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
- name: Validate the Gradle Wrapper
22
uses: gradle/[email protected]
23
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ${{ matrix.os }}-latest
32
33
34
35
with:
36
submodules: recursive
37
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