Skip to content

Commit 4e80f6f

Browse files
Bump actions/checkout from 6 to 7 (#263)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e76f141 commit 4e80f6f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222

2323
- name: Install Python
2424
uses: actions/setup-python@v6
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout repository
62-
uses: actions/checkout@v6
62+
uses: actions/checkout@v7
6363

6464
- name: Setup Miniconda
6565
uses: conda-incubator/setup-miniconda@v3

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
shell: bash
3838

3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v7
4141
with:
4242
# We need the full history to generate the proper version number
4343
fetch-depth: 0
@@ -71,7 +71,7 @@ jobs:
7171
shell: bash
7272

7373
steps:
74-
- uses: actions/checkout@v6
74+
- uses: actions/checkout@v7
7575

7676
- name: Set up Python
7777
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)