diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e96956..4c3fecb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: git config --global core.symlinks true git config --global fetch.parallel 32 - - uses: actions/checkout@v3 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.channel }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e157bf7..b53decf 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -43,7 +43,7 @@ jobs: git config --global core.symlinks true git config --global fetch.parallel 32 - - uses: actions/checkout@v3 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - name: Install cargo plugins