Skip to content

Commit 9dc4630

Browse files
dependabot[bot]steveoh
authored andcommitted
build(deps): bump the ci-dependencies group with 3 updates
Bumps the ci-dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). 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 `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 090add7 commit 9dc4630

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: ⬇️ Set up code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
show-progress: false
2222

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: ⬇️ Set up code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
show-progress: false
2020

@@ -29,7 +29,7 @@ jobs:
2929
run: pipx run build
3030

3131
- name: ⬆️ Upload artifacts
32-
uses: actions/upload-artifact@v5
32+
uses: actions/upload-artifact@v6
3333
with:
3434
name: build-artifacts
3535
path: dist
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: ⬇️ Download artifacts
50-
uses: actions/download-artifact@v6
50+
uses: actions/download-artifact@v7
5151
with:
5252
name: build-artifacts
5353
path: dist

0 commit comments

Comments
 (0)