Skip to content

Commit

Permalink
Quotes required to prevent YAML converting to number
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-git committed Sep 9, 2024
1 parent c96178c commit 0823c81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
java-version: 22
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: '8.10.1'
- name: Cache SonarCloud packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 0823c81

Please sign in to comment.