Skip to content

Commit 8b02f09

Browse files
chore(deps): update github actions to v7 (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f30f36 commit 8b02f09

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cancel-in-progress: true
2020
steps:
2121
- uses: actions/checkout@v7
22-
- uses: actions/setup-python@v6
22+
- uses: actions/setup-python@v7
2323
with:
2424
python-version: "3.14"
2525
- run: python3 -m pip install --upgrade pip

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v7
1919

2020
- name: Setup Python environment
21-
uses: actions/setup-python@v6
21+
uses: actions/setup-python@v7
2222
with:
2323
python-version: "3.14"
2424

.github/workflows/precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
with:
2424
# Need full history so pre-commit can diff against the PR base.
2525
fetch-depth: 0
26-
- uses: actions/setup-python@v6
26+
- uses: actions/setup-python@v7
2727
with:
2828
python-version: "3.14"
29-
- uses: actions/setup-node@v6
29+
- uses: actions/setup-node@v7
3030
with:
3131
node-version: "24"
3232
# Only check files changed in the PR / push. Adding pre-commit to a

0 commit comments

Comments
 (0)