Skip to content

Commit

Permalink
Merge pull request #6184 from bndtools/dependabot/github_actions/grad…
Browse files Browse the repository at this point in the history
…le/actions-3.5.0

Bump gradle/actions from 3.4.2 to 3.5.0
  • Loading branch information
pkriens authored Jul 16, 2024
2 parents 1f87ecc + a09b111 commit 51dd6a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
8
${{ matrix.java }}
- name: Set up Gradle
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70
- name: Build
id: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Set up Gradle
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70
- name: Initialize CodeQL Analysis
uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
8
${{ matrix.java }}
- name: Set up Gradle
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70
- name: Build
id: build
run: |
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
8
${{ matrix.java }}
- name: Set up Gradle
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70
- name: Download dist/bundles
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85
with:
Expand Down

0 comments on commit 51dd6a9

Please sign in to comment.