Skip to content

Commit e08cdc9

Browse files
dependabot[bot]fguillot
authored andcommitted
Bump actions/checkout from 6.0.3 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...9c091bb) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0897ece commit e08cdc9

3 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
@@ -12,7 +12,7 @@ jobs:
1212
os: [ubuntu-latest, windows-latest]
1313
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1414
steps:
15-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
15+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1818
with:

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
linters:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
10+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1111
- name: Install Python
1212
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1313
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Build distribution package
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
12+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1313
- name: Set up Python
1414
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1515
with:

0 commit comments

Comments
 (0)