diff options
| author | Henry <mail@henrygressmann.de> | 2026-06-20 14:25:06 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-06-20 14:25:06 +0200 |
| commit | 8ec1231d818884ee69570e6987908a18a8762a26 (patch) | |
| tree | 17cb0a53af3d5aff93147a20984e9a0a840edf02 /.github/workflows/release.yaml | |
| parent | 34635e83044c3089d0fadbfe76b6f847ef826826 (diff) | |
chore: update
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to '.github/workflows/release.yaml')
| -rw-r--r-- | .github/workflows/release.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d1492a7..986f2eb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,10 +11,10 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1.0.4 + - uses: rust-lang/crates-io-auth-action@c6f97d42243bad5fab37ca0427f495c86d5b1a18 # v1.0.5 id: auth - run: cargo publish --workspace env: |
