Skip to content

Commit d8a427d

Browse files
build(deps): bump the github-actions-all group with 3 updates (#43)
Bumps the github-actions-all group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/setup-python` from 5.6.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...a309ff8) Updates `svenstaro/upload-release-action` from 2.9.0 to 2.11.5 - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](svenstaro/upload-release-action@04733e0...29e53e9) Updates `actions/checkout` from 4.2.2 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...de0fac2) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 244fdba commit d8a427d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mcvs-pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
MCVS-PR-validation-action:
1616
runs-on: ubuntu-slim
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
# yamllint disable-line rule:line-length
2020
- uses: schubergphilis/mcvs-pr-validation-action@b1c337a896fea52b52a93335713a435d5a07ea72 # v0.2.0

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
# file.
2020
#
2121
# yamllint disable-line rule:line-length
22-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
22+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2323
with:
2424
cache: pip
2525
#
@@ -101,7 +101,7 @@ runs:
101101
${GITHUB_ACTION_PATH}/configs/pip/pyinstaller/requirements.txt
102102
pyinstaller --onefile main.py --name gomod-go-version-updater
103103
# yamllint disable-line rule:line-length
104-
- uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0
104+
- uses: svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 2.11.5
105105
name: Attach a binary to a release
106106
if: ${{ steps.condition_check.outcome == 'success' }}
107107
with:

0 commit comments

Comments
 (0)