Skip to content

Commit 55a13a4

Browse files
chore(deps): update actions/checkout action to v6
1 parent cb372b4 commit 55a13a4

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: "ubuntu-latest"
1212

1313
steps:
14-
- uses: "actions/checkout@v4"
14+
- uses: "actions/checkout@v6"
1515
- uses: astral-sh/setup-uv@v5
1616
with:
1717
version: "0.6.3"

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}

.github/workflows/palette.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
createPullRequest:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- uses: astral-sh/setup-uv@v5
1717
with:
1818
version: "0.6.3"

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: release-please
2929
if: ${{ needs.release-please.outputs.release_created }}
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232
- uses: actions/setup-python@v5
3333
with:
3434
python-version-file: "pyproject.toml"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)