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
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
test -n "$tag"
echo "tag=$tag" >> "$GITHUB_OUTPUT"
# actions/checkout v6.0.2
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231
- uses: actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a
with:
ref: ${{ steps.release.outputs.tag }}
# astral-sh/setup-uv v8.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
# actions/checkout v6.0.2
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231
- uses: actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a
- name: Verify requested tag matches manifest version
env:
REQUESTED_TAG: ${{ inputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
# actions/checkout v6.0.2
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231
- uses: actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a
# astral-sh/setup-uv v8.1.0
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b
Expand Down
Loading