Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit 6866bf1

Browse files
chore(deps): update all dependencies (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d8dc43 commit 6866bf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildAndRelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "tag: ${tag}, ${branch}"
5959
./mvnw compile com.google.cloud.tools:jib-maven-plugin:3.2.0:build -Djib.from.image=eclipse-temurin:17-jre -Djib.container.environment=XDG_CONFIG_HOME=/tmp -Dimage=docker.io/wurstbrot/metric-analyzer -Djib.to.tags=${tag}
6060
# Commit all changed files back to the repository
61-
- uses: planetscale/ghcommit-action@v0.1.46
61+
- uses: planetscale/ghcommit-action@v0.1.47
6262
with:
6363
commit_message: "🤖 BOT based relase commit"
6464
repo: ${{ github.repository }}
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: "Check out Git repository"
73-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
73+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
7474
- name: "Set Heroku app & branch for ${{ github.ref }}"
7575
run: |
7676
echo "HEROKU_BRANCH=main" >> $GITHUB_ENV

0 commit comments

Comments
 (0)