Skip to content

Commit b590603

Browse files
dependabot[bot]kgaughan
authored andcommitted
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a37891 commit b590603

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
8484
runs-on: ${{ matrix.os }}
8585
steps:
86-
- uses: actions/checkout@v6
86+
- uses: actions/checkout@v7
8787
- name: Setup python
8888
uses: actions/setup-python@v6
8989
with:
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-22.04
104104
name: Validate coverage
105105
steps:
106-
- uses: actions/checkout@v6
106+
- uses: actions/checkout@v7
107107
- name: Setup python
108108
uses: actions/setup-python@v6
109109
with:
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-22.04
117117
name: Build the documentation
118118
steps:
119-
- uses: actions/checkout@v6
119+
- uses: actions/checkout@v7
120120
- name: Setup python
121121
uses: actions/setup-python@v6
122122
with:
@@ -129,7 +129,7 @@ jobs:
129129
runs-on: ubuntu-22.04
130130
name: Lint the package
131131
steps:
132-
- uses: actions/checkout@v6
132+
- uses: actions/checkout@v7
133133
- name: Setup python
134134
uses: actions/setup-python@v6
135135
with:

0 commit comments

Comments
 (0)