Skip to content
Merged
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 @@ -22,7 +22,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]

steps:
- uses: useblacksmith/checkout@f50565632710173b0e366f2cd39b928d31362815 # v1.6.0
- uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0

- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
- name: Install dependencies
Expand All @@ -39,7 +39,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]

steps:
- uses: useblacksmith/checkout@f50565632710173b0e366f2cd39b928d31362815 # v1.6.0
- uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0

- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
- name: Install dependencies
Expand All @@ -56,7 +56,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]

steps:
- uses: useblacksmith/checkout@f50565632710173b0e366f2cd39b928d31362815 # v1.6.0
- uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0

- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: read

steps:
- uses: useblacksmith/checkout@f50565632710173b0e366f2cd39b928d31362815 # v1.6.0
- uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0

- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
- name: Build distribution
Expand All @@ -46,7 +46,7 @@ jobs:

steps:
# This checkout might seem useless but it lets the uv step below use the uv cache.
- uses: useblacksmith/checkout@f50565632710173b0e366f2cd39b928d31362815 # v1.6.0
- uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Auth for the repo is setup at this step, so we need to pass the bot token
# in so that it does not use the GITHUB_TOKEN when the tag is pushed. This
# allows this workflow to trigger another workflow from the tag event.
- uses: useblacksmith/checkout@f50565632710173b0e366f2cd39b928d31362815 # v1.6.0
- uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0
with:
ref: main
token: ${{ steps.generateAppToken.outputs.token }}
Expand Down