Skip to content

Commit c686ba1

Browse files
Bump actions/checkout from 5 to 6 (#460)
Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Bourgault <[email protected]>
1 parent 0cd7ef6 commit c686ba1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
access_token: ${{ github.token }}
4040
- name: Checkout source
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
- name: Create conda environment
4343
uses: mamba-org/setup-micromamba@v2
4444
with:
@@ -80,7 +80,7 @@ jobs:
8080
uses: styfle/[email protected]
8181
with:
8282
access_token: ${{ github.token }}
83-
- uses: actions/checkout@v5
83+
- uses: actions/checkout@v6
8484
- name: Create conda environment
8585
uses: mamba-org/setup-micromamba@v2
8686
with:

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
linting:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-python@v6
1616
with:
1717
python-version: "3.x"

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
packages:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121

2222
- name: Set up Python
2323
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)