Skip to content

Commit

Permalink
Downgrade github action gradle build to 631021b to resolve gradle/gra…
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarluer committed Jun 29, 2023
1 parent 59007d1 commit 90450fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Generate Markdown documentation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@631021b
with:
cache-disabled: false
# Cache storage space is limited for GitHub actions
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Generate UML documentation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@631021b
with:
cache-disabled: false
# Cache storage space is limited for GitHub actions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Check with Spotless
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@631021b
with:
cache-disabled: false
# Cache storage space is limited for GitHub actions
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Check with Detekt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@631021b
with:
cache-disabled: false
# Cache storage space is limited for GitHub actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Merge OpenAPI definitions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@631021b
with:
cache-disabled: false
# Cache storage space is limited for GitHub actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openapi_clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Generate Client (${{ matrix.language }})
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@631021b
with:
cache-disabled: false
# Cache storage space is limited for GitHub actions
Expand Down

0 comments on commit 90450fb

Please sign in to comment.