Skip to content

Commit 89f8b13

Browse files
dependabot[bot]DimitrisStaratzis
authored andcommitted
Bump gradle/gradle-build-action from 2.11.0 to 2.11.1
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2.11.0...v2.11.1) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bae0287 commit 89f8b13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/github_actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: assemble
21-
uses: gradle/[email protected].0
21+
uses: gradle/[email protected].1
2222
with:
2323
arguments: assemble
2424

2525
- name: test
26-
uses: gradle/[email protected].0
26+
uses: gradle/[email protected].1
2727
with:
2828
arguments: test
2929
env:

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
(Get-Content gradle.properties) | ForEach-Object { $_ -replace 'TILEDB_GIT_TAG=.*', 'TILEDB_GIT_TAG=dev' } | Set-Content gradle.properties
4040
(Get-Content gradle.properties) | ForEach-Object { $_ -replace 'DOWNLOAD_TILEDB_PREBUILT=.*', 'DOWNLOAD_TILEDB_PREBUILT=OFF' } | Set-Content gradle.properties
4141
- name: assemble
42-
uses: gradle/[email protected].0
42+
uses: gradle/[email protected].1
4343
with:
4444
arguments: assemble
4545

4646
- name: test
47-
uses: gradle/[email protected].0
47+
uses: gradle/[email protected].1
4848
with:
4949
arguments: test

0 commit comments

Comments
 (0)