Skip to content

Commit dc5ec70

Browse files
Bump the all-actions group with 2 updates
Bumps the all-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `paulhatch/semantic-version` from 5.4.0 to 6.0.1 - [Release notes](https://github.com/paulhatch/semantic-version/releases) - [Changelog](https://github.com/PaulHatch/semantic-version/blob/master/CHANGELOG.md) - [Commits](PaulHatch/semantic-version@v5.4.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: paulhatch/semantic-version dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fcb5e0 commit dc5ec70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: ${{ github.event.commits[0].author.name != 'dependabot[bot]' }}
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
2121
ref: ${{ github.head_ref || github.ref_name }}
@@ -153,7 +153,7 @@ jobs:
153153
unzip build.zip
154154
rm build.zip
155155
156-
- uses: paulhatch/semantic-version@v5.4.0
156+
- uses: paulhatch/semantic-version@v6.0.1
157157
id: asset_version
158158
with:
159159
# The prefix to use to identify tags

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
packages_changed: ${{ steps.changes.outputs.packages_changed }}
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
1919
ref: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)