Skip to content

Commit

Permalink
Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Sep 8, 2024
1 parent 3fee413 commit 6a96900
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/project-signer-java-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: make deps-java-update

- name: Create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update java
branch: update-java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-signer-plugins-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: make deps-plugins-update

- name: Create pull request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update plugins
branch: update-plugins
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL := /bin/bash
GRADLE_VERSION ?= 8.2
GRADLE_VERSION ?= 8.10

b: build
build:
Expand Down

0 comments on commit 6a96900

Please sign in to comment.