Skip to content

Commit e2c1db7

Browse files
Update actions/checkout action to v7 (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ef3e80 commit e2c1db7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ['3.9', '3.10', '3.11', '3.12']
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v7
1616
with:
1717
submodules: recursive
1818
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
format:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v7
1010
with:
1111
ref: ${{ github.head_ref }}
1212
- name: Set up Python

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ['3.9', '3.10', '3.11', '3.12']
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v7
1616
with:
1717
submodules: recursive
1818
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)