Skip to content

Commit 930c480

Browse files
Bump actions/download-artifact from 6 to 7 in the github-actions group (#89)
* Bump actions/download-artifact from 6 to 7 in the github-actions group Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). 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/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * Update .pre-commit-config.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
1 parent 8c927fe commit 930c480

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v6
4141

4242
- name: Download Package
43-
uses: actions/download-artifact@v6
43+
uses: actions/download-artifact@v7
4444
with:
4545
name: Packages
4646
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v6
4242

4343
- name: Download Package
44-
uses: actions/download-artifact@v6
44+
uses: actions/download-artifact@v7
4545
with:
4646
name: Packages
4747
path: dist

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
hooks:
44
- id: rst
55
name: rst
6-
entry: rst-lint --encoding utf-8
6+
entry: rst-lint
77
files: ^(CHANGELOG.rst|README.rst|HOWTORELEASE.rst)$
88
language: python
99
additional_dependencies: [pygments, restructuredtext_lint]

0 commit comments

Comments
 (0)