Skip to content

Commit 5c80813

Browse files
authored
Merge pull request #150 from funkelab/dependabot/github_actions/actions/checkout-6
ci(dependabot): bump actions/checkout from 4 to 6
2 parents ad325f3 + d5fb391 commit 5c80813

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
@@ -13,7 +13,7 @@ jobs:
1313
name: Lint
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Run pre-commit linting
1818
run: pipx run pre-commit run --all-files
1919

@@ -30,7 +30,7 @@ jobs:
3030
python-version: "3.10"
3131

3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
- name: Set up Python ${{ matrix.python-version }}
3535
uses: astral-sh/setup-uv@v7
3636
with:

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build and publish Python 🐍 distributions 📦 to PyPI
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: "3.x"

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Set up Python 3.11
2222
uses: astral-sh/setup-uv@v7
2323
with:

0 commit comments

Comments
 (0)