Skip to content

Commit f417775

Browse files
authored
Merge pull request #67 from metab0t/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 45c323a + 4e24678 commit f417775

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
PYTHON_VERSION: ${{ matrix.python-version }}
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
- uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
PYTHON_VERSION: ${{ matrix.python-version }}
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
- uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python-version }}

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
MACOSX_DEPLOYMENT_TARGET: 10.14
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
- uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727

2828
- name: Build wheels
2929
uses: pypa/[email protected]

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
PYTHON_VERSION: ${{ matrix.python-version }}
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828
- uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)