Skip to content

Commit f71dd29

Browse files
authored
Merge pull request #661 from TimMcCool/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents f85d9f3 + 7053e3b commit f71dd29

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout main branch
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
- name: Deploy website directory to website branch
2626
uses: peaceiris/actions-gh-pages@v4
@@ -71,7 +71,7 @@ jobs:
7171
shell: bash
7272

7373
- name: Checkout website branch
74-
uses: actions/checkout@v6
74+
uses: actions/checkout@v7
7575
with:
7676
ref: 'website'
7777

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
environment: release
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
- uses: astral-sh/setup-uv@v7
2525
- name: install deps
2626
run: uv sync

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
id-token: write
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
- uses: astral-sh/setup-uv@v7
2020
- name: Lint with ruff
2121
# ruff detects config from pyproject.toml

0 commit comments

Comments
 (0)