Skip to content

Commit

Permalink
Merge pull request #543 from MicroShed/dependabot/github_actions/grad…
Browse files Browse the repository at this point in the history
…le/gradle-build-action-3.3.1

Bump gradle/gradle-build-action from 3.3.0 to 3.3.1
  • Loading branch information
KyleAure authored Apr 19, 2024
2 parents 61015e8 + e1cf8cb commit 5527667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/microshed-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3.3.0
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 # v3.3.1
with:
cache-overwrite-existing: true
cache-read-only: ${{ github.ref != 'refs/heads/main' }} #Read only for pulls, read/write for pushes
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
java-version: 11
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3.3.0
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 # v3.3.1
with:
cache-overwrite-existing: true
cache-read-only: ${{ github.ref != 'refs/heads/main' }} #Read only for pulls, read/write for pushes
Expand Down

0 comments on commit 5527667

Please sign in to comment.