Skip to content

Commit

Permalink
Bump the github-actions group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 3 updates: [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action), [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) and [ncipollo/release-action](https://github.com/ncipollo/release-action).


Updates `gradle/wrapper-validation-action` from 1.1.0 to 2.1.1
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](gradle/wrapper-validation-action@v1.1.0...v2.1.1)

Updates `gradle/gradle-build-action` from 2.11.1 to 3.0.0
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.11.1...v3.0.0)

Updates `ncipollo/release-action` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@6c75be8...2c591bc)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: ncipollo/release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 8a61a77 commit d41a584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
with:
distribution: temurin
java-version: 17
- uses: gradle/wrapper-validation-action@v1.1.0
- uses: gradle/gradle-build-action@v2.11.1
- uses: gradle/wrapper-validation-action@v2.1.1
- uses: gradle/gradle-build-action@v3.0.0
env:
# Eksluder test dependencies
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: compileClasspath|runtimeClasspath
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
export TAG_NAME="$(TZ="Europe/Oslo" date +%Y%m%d).$(echo $GITHUB_SHA | cut -c 1-6)"
echo "RELEASE_TAG=$TAG_NAME" >> $GITHUB_ENV
- uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # ratchet:ncipollo/release-action@v1
- uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # ratchet:ncipollo/release-action@v1
with:
tag: ${{ env.RELEASE_TAG }}
generateReleaseNotes: true
Expand Down

0 comments on commit d41a584

Please sign in to comment.