Pin actions (#562)

This commit is contained in:
Yota Toyama
2026-06-18 18:51:31 -07:00
committed by GitHub
parent 2424eea179
commit 7e7f0af66b
3 changed files with 18 additions and 18 deletions

View File

@@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
environment: ${{ github.ref == 'refs/heads/main' && 'release' || '' }}
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
submodules: true
- uses: swatinem/rust-cache@v2
- uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
- run: cargo install cargo-workspaces
- uses: rust-lang/crates-io-auth-action@v1
- uses: rust-lang/crates-io-auth-action@c6f97d42243bad5fab37ca0427f495c86d5b1a18 # v1.0.5
id: auth
if: github.ref == 'refs/heads/main'
- run: >