Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: ["3.13", "3.14"]

steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1

- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
python-version: ["3.13", "3.14"]

steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1

- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990
Expand All @@ -67,7 +67,7 @@ jobs:
python-version: ["3.13", "3.14"]

steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1

- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pull-requests: write
steps:
- name: 'Checkout repository'
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
- name: 'Dependency Review'
uses: actions/dependency-review-action@v5
# Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: ["3.14"]

steps:
- uses: actions/checkout@v7.0.0
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.tag_name || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
steps:
- name: Check out the repository
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@548a7c3603594ec17c819e1239f281a3b801ab4d
Expand Down
Loading