From 473b150425e1bf1e99718bdf99c75e0c833ec171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:54:45 +0200 Subject: [PATCH] chore(deps): bump the github-actions-dependencies group across 1 directory with 2 updates (#42) Bumps the github-actions-dependencies group with 2 updates in the / directory: [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) and [hydraulic-software/conveyor](https://github.com/hydraulic-software/conveyor). Updates `gradle/gradle-build-action` from 3.1.0 to 3.3.2 - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v3.1.0...v3.3.2) Updates `hydraulic-software/conveyor` from 13.1 to 14.1 - [Commits](https://github.com/hydraulic-software/conveyor/compare/v13.1...v14.1) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hydraulic-software/conveyor dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97d1f76..f1e0b9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Gradle - uses: gradle/gradle-build-action@v3.1.0 + uses: gradle/gradle-build-action@v3.3.2 - name: Verify everything is working fine run: ./gradlew test diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 11ee386..df86eb5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,13 +12,13 @@ jobs: uses: actions/checkout@v4 - name: Setup Gradle - uses: gradle/gradle-build-action@v3.1.0 + uses: gradle/gradle-build-action@v3.3.2 - name: Create Jars run: ./gradlew jar - name: Run Conveyor - uses: hydraulic-software/conveyor/actions/build@v13.1 + uses: hydraulic-software/conveyor/actions/build@v14.1 env: OAUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: