Skip to content

Commit f5e822a

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group (#196)
* Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> * Update .pre-commit-config.yaml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bruno Oliveira <[email protected]>
1 parent 892e9da commit f5e822a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.version }}
1717

1818
steps:
19-
- uses: actions/checkout@v5.0.0
19+
- uses: actions/checkout@v6.0.0
2020

2121
- name: Build and Check Package
2222
uses: hynek/[email protected]
@@ -30,7 +30,7 @@ jobs:
3030
contents: write # For tag and release notes.
3131

3232
steps:
33-
- uses: actions/checkout@v5.0.0
33+
- uses: actions/checkout@v6.0.0
3434

3535
- name: Download Package
3636
uses: actions/[email protected]

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
gtest_ver: [ "1.11.0" ]
2626

2727
steps:
28-
- uses: actions/checkout@v5.0.0
28+
- uses: actions/checkout@v6.0.0
2929
- name: Set up Python
3030
uses: actions/[email protected]
3131
with:
@@ -64,7 +64,7 @@ jobs:
6464
package:
6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: actions/checkout@v5.0.0
67+
- uses: actions/checkout@v6.0.0
6868
- name: Build and Check Package
6969
uses: hynek/[email protected]
7070

@@ -78,7 +78,7 @@ jobs:
7878
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
7979

8080
steps:
81-
- uses: actions/checkout@v5.0.0
81+
- uses: actions/checkout@v6.0.0
8282
- name: Set up Python
8383
uses: actions/[email protected]
8484
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: rst
3131
name: rst
32-
entry: rst-lint --encoding utf-8
32+
entry: rst-lint
3333
files: README.rst
3434
language: python
3535
additional_dependencies: [pygments, restructuredtext_lint]

0 commit comments

Comments
 (0)