Skip to content

Commit

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

build(deps): Bump gradle/gradle-build-action from 2.8.1 to 2.9.0
  • Loading branch information
pkriens authored Sep 30, 2023
2 parents 4c7f031 + 29db50b commit 5e9b081
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/gradle-build-action@b5126f31dbc19dd434c3269bf8c28c315e121da2
uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8
- 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/gradle-build-action@b5126f31dbc19dd434c3269bf8c28c315e121da2
uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8
- name: Initialize CodeQL Analysis
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a
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 @@ -66,7 +66,7 @@ jobs:
8
${{ matrix.java }}
- name: Set up Gradle
uses: gradle/gradle-build-action@b5126f31dbc19dd434c3269bf8c28c315e121da2
uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8
- name: Build
id: build
run: |
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
8
${{ matrix.java }}
- name: Set up Gradle
uses: gradle/gradle-build-action@b5126f31dbc19dd434c3269bf8c28c315e121da2
uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8
- name: Download dist/bundles
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down

0 comments on commit 5e9b081

Please sign in to comment.