Skip to content

Commit 2fc3f82

Browse files
dependabot[bot]skhokhlov
authored andcommitted
build(deps): bump gradle/actions from 4.3.0 to 4.3.1
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 279df73 commit 2fc3f82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cache: "gradle"
4040

4141
- name: Setup Gradle
42-
uses: gradle/actions/[email protected].0
42+
uses: gradle/actions/[email protected].1
4343

4444
- name: Build with Gradle
4545
run: ./gradlew build

.github/workflows/ci-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
settings-path: "${{ github.workspace }}" # location for the settings.xml file
3333

3434
- name: Setup Gradle
35-
uses: gradle/actions/[email protected].0
35+
uses: gradle/actions/[email protected].1
3636

3737
- name: Build with Gradle
3838
run: ./gradlew build

.github/workflows/dependency-submission.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
distribution: 'temurin'
2222
java-version: 8
2323
- name: Generate and submit dependency graph
24-
uses: gradle/actions/[email protected].0
24+
uses: gradle/actions/[email protected].1

0 commit comments

Comments
 (0)