diff --git a/.github/workflows/deps-update.yml b/.github/workflows/deps-update.yml index e3b45b9e..13201785 100644 --- a/.github/workflows/deps-update.yml +++ b/.github/workflows/deps-update.yml @@ -100,7 +100,7 @@ jobs: echo "branch=${branch}" >> "${GITHUB_OUTPUT}" git fetch origin "${branch}" - name: Create Commit # Adds a commit to the branch we created above - uses: planetscale/ghcommit-action@551c2e077176aa27a93d9c371131ab2465c536aa # v0.1.47 + uses: planetscale/ghcommit-action@d4176bfacef926cc2db351eab20398dfc2f593b5 # v0.2.0 with: commit_message: "chore: update all dependencies" repo: ${{ github.repository }} @@ -124,7 +124,7 @@ jobs: # The standard GitHub Token will not trigger downstream workflows, so in order to kick off CI, # we'll push a blank commit to the PR branch with the mutator token. - name: Trigger CI - uses: planetscale/ghcommit-action@551c2e077176aa27a93d9c371131ab2465c536aa # v0.1.47 + uses: planetscale/ghcommit-action@d4176bfacef926cc2db351eab20398dfc2f593b5 # v0.2.0 with: commit_message: "blank: trigger CI" repo: ${{ github.repository }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f5880dee..8410f47f 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -122,7 +122,7 @@ jobs: [ -s '${{ runner.temp }}/.repo.patch' ] && git apply '${{ runner.temp }}/.repo.patch' || echo 'Empty patch. Skipping.' # We use ghcommit to create signed commits directly using the GitHub API - name: Push changes - uses: planetscale/ghcommit-action@551c2e077176aa27a93d9c371131ab2465c536aa # v0.1.47 + uses: planetscale/ghcommit-action@d4176bfacef926cc2db351eab20398dfc2f593b5 # v0.2.0 with: commit_message: "chore: update generated files" repo: ${{ github.event.pull_request.head.repo.full_name }}