Skip to content

Commit 63178a6

Browse files
authored
Bump pins in README (#34)
1 parent f35111f commit 63178a6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156

157157
all-tests-pass:
158158
name: All tests pass
159-
runs-on: ubuntu-latest
159+
runs-on: ubuntu-slim
160160

161161
needs:
162162
- test

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ jobs:
8888
8989
needs: [build]
9090
steps:
91-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
91+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9292
93-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
93+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9494
with:
9595
name: dist
9696
97-
- uses: astral-sh/attest-action@2c727738cea36d6c97dd85eb133ea0e0e8fe754b # v0.0.4
97+
- uses: astral-sh/attest-action@f35111fb79f1e4f0150a1ee16cfd4399e3151bdb # v0.0.5
9898
9999
- run: uv publish
100100
```
@@ -107,7 +107,7 @@ If you have a custom path (or paths) to your distributions, you can specify them
107107
via the `paths` input as whitespace-separated values.
108108

109109
```yaml
110-
- uses: astral-sh/attest-action@2c727738cea36d6c97dd85eb133ea0e0e8fe754b # v0.0.4
110+
- uses: astral-sh/attest-action@f35111fb79f1e4f0150a1ee16cfd4399e3151bdb # v0.0.5
111111
with:
112112
paths: |
113113
custom-dist-dir/*

0 commit comments

Comments
 (0)