Skip to content

Commit

Permalink
Merge pull request #98 from bjhargrave/dependabot/github_actions/grad…
Browse files Browse the repository at this point in the history
…le/actions-3.3.2

build(deps): Bump gradle/actions from 3.3.1 to 3.3.2
  • Loading branch information
bjhargrave authored Apr 26, 2024
2 parents 2c18045 + f8c9a7c commit ba8d146
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43
with:
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c
uses: gradle/actions/dependency-submission@db19848a5fa7950289d3668fb053140cf3028d43
2 changes: 1 addition & 1 deletion .github/workflows/wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: Git Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Gradle Wrapper Validation
uses: gradle/actions/wrapper-validation@750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c
uses: gradle/actions/wrapper-validation@db19848a5fa7950289d3668fb053140cf3028d43

0 comments on commit ba8d146

Please sign in to comment.