Skip to content

Commit 4344470

Browse files
build(deps): Bump the github-actions-all group with 2 updates
Bumps the github-actions-all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [schubergphilis/gomod-go-version-updater-action](https://github.com/schubergphilis/gomod-go-version-updater-action). Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) Updates `schubergphilis/gomod-go-version-updater-action` from 0.1.5 to 0.2.2 - [Release notes](https://github.com/schubergphilis/gomod-go-version-updater-action/releases) - [Commits](schubergphilis/gomod-go-version-updater-action@v0.1.5...v0.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: schubergphilis/gomod-go-version-updater-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9683689 commit 4344470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gomod-go-version-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
gomod-go-version-updater-action:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: schubergphilis/gomod-go-version-updater-action@v0.1.5
14+
- uses: schubergphilis/gomod-go-version-updater-action@v0.2.2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
MCVS-PR-validation-action:
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v4.2.1
18+
- uses: actions/checkout@v4.2.2
1919
- uses: schubergphilis/mcvs-pr-validation-action@v0.2.0

0 commit comments

Comments
 (0)