Skip to content

Commit fb96298

Browse files
committed
Merge #76: Bump astral-sh/setup-uv to v7.3.0 and pin cookie_store to v0.22.0
7f1cb01 chore(ci): bump `astral-sh/setup-uv` to v7.3.0 (Luis Schwab) dda2d57 chore(deps): pin `cookie_store` to v0.22.0 (Luis Schwab) Pull request description: ACKs for top commit: luisschwab: ACK 7f1cb01 Tree-SHA512: b6cb21a8b539c35a71f6bcb08981728f331244264665419d1f5701995c19bdf42d96d8f0259d02c6e20c74f3b9c79699e81acd1c03eabfbd9ae0c4929dfafa30
2 parents 785388f + 7f1cb01 commit fb96298

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: install uv
22-
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
22+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
2323

2424
- name: Run zizmor 🌈
2525
run: uvx zizmor .

ci/pin-msrv.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ set -x
44
set -euo pipefail
55

66
# Pin dependencies for MSRV (1.85.0)
7-
cargo update time --precise 0.3.36
7+
cargo update cookie_store --precise 0.22.0
8+
cargo update time --precise 0.3.45

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fmt:
4747

4848
# Verify the library builds with MSRV (1.85.0)
4949
msrv:
50-
./ci/pin-msrv.sh
50+
bash ci/pin-msrv.sh
5151
cargo +1.85.0 build --all-features
5252
cargo +1.85.0 test --all-features
5353

0 commit comments

Comments
 (0)