Skip to content

Commit 6a32ced

Browse files
Bump @actions/exec from 2.0.0 to 3.0.0 (#462)
* Bump @actions/exec from 2.0.0 to 3.0.0 Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 2.0.0 to 3.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec) --- updated-dependencies: - dependency-name: "@actions/exec" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update package-lock and dist * Fix dependabot update push --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com>
1 parent 4bed80f commit 6a32ced

5 files changed

Lines changed: 765 additions & 2092 deletions

File tree

.github/workflows/patch-dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v6
20+
with:
21+
ref: ${{ github.head_ref }}
22+
fetch-depth: 0
2023

2124
- name: Set up Node
2225
uses: actions/setup-node@v6
@@ -40,7 +43,7 @@ jobs:
4043
echo "No changes to commit."
4144
else
4245
git commit -m "Update dist after Dependabot update"
43-
git push
46+
git push origin HEAD:${{ github.head_ref }}
4447
fi
4548
4649
- name: Trigger test workflow

0 commit comments

Comments
 (0)