Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions-dependencies group with 2 updates: [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 2.11.0 to 3.1.0
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.11.0...v3.1.0)

Updates `hydraulic-software/conveyor` from 12.1 to 13.1
- [Commits](hydraulic-software/conveyor@v12.1...v13.1)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent d60cc92 commit 7636284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Gradle
uses: gradle/gradle-build-action@v2.11.0
uses: gradle/gradle-build-action@v3.1.0

- name: Verify everything is working fine
run: ./gradlew test
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
uses: actions/checkout@v4

- name: Setup Gradle
uses: gradle/gradle-build-action@v2.11.0
uses: gradle/gradle-build-action@v3.1.0

- name: Create Jars
run: ./gradlew jar

- name: Run Conveyor
uses: hydraulic-software/conveyor/actions/build@v12.1
uses: hydraulic-software/conveyor/actions/build@v13.1
env:
OAUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 7636284

Please sign in to comment.