Skip to content

Commit f91b89b

Browse files
ci(deps)(deps): bump the actions-major group with 2 updates
Bumps the actions-major group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-major - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 007dc2a commit f91b89b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
github.event_name == 'workflow_dispatch' ||
2121
contains(github.event.pull_request.labels.*.name, 'run-ci')
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424

2525
- name: Show toolchain
2626
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Build & publish DMG
4545
runs-on: macos-15
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v6
4848
with:
4949
ref: ${{ inputs.tag || github.ref }}
5050
fetch-depth: 0
@@ -164,7 +164,7 @@ jobs:
164164
git push --force origin refs/tags/nightly
165165
166166
- name: Publish release
167-
uses: softprops/action-gh-release@v2
167+
uses: softprops/action-gh-release@v3
168168
with:
169169
tag_name: ${{ steps.plan.outputs.tag }}
170170
name: ${{ steps.plan.outputs.name }}

0 commit comments

Comments
 (0)