Skip to content

Commit 4efec36

Browse files
authored
Bump pins in README (#57)
Signed-off-by: William Woodruff <william@astral.sh>
1 parent f589a42 commit 4efec36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ jobs:
9494
steps:
9595
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9696
97-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
97+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9898
with:
9999
name: dist
100100
101-
- uses: astral-sh/attest-action@f35111fb79f1e4f0150a1ee16cfd4399e3151bdb # v0.0.5
101+
- uses: astral-sh/attest-action@f589a42a7efb6fe400b4f400de60b4bc90390027 # v0.0.6
102102
103103
- run: uv publish
104104
```
@@ -111,7 +111,7 @@ If you have a custom path (or paths) to your distributions, you can specify them
111111
via the `paths` input as whitespace-separated values.
112112

113113
```yaml
114-
- uses: astral-sh/attest-action@f35111fb79f1e4f0150a1ee16cfd4399e3151bdb # v0.0.5
114+
- uses: astral-sh/attest-action@f589a42a7efb6fe400b4f400de60b4bc90390027 # v0.0.6
115115
with:
116116
paths: |
117117
custom-dist-dir/*

0 commit comments

Comments
 (0)