diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28caff2..56a02f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -188,7 +188,7 @@ jobs: } > /tmp/release-notes.md - name: Create GitHub Release - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: tag_name: ${{ inputs.tag }} name: pagedb ${{ needs.validate-version.outputs.version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e44ab16..fca4bae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -132,7 +132,7 @@ jobs: prefix-key: test-${{ matrix.os }} - name: Install cargo-nextest - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7 + uses: taiki-e/install-action@0758d235715de2f3551eacc980d9ae8fce9342c3 # v2.87.3 with: tool: nextest @@ -178,7 +178,7 @@ jobs: prefix-key: invariants - name: Install cargo-nextest - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7 + uses: taiki-e/install-action@0758d235715de2f3551eacc980d9ae8fce9342c3 # v2.87.3 with: tool: nextest @@ -326,7 +326,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable - name: Install cargo-deny - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7 + uses: taiki-e/install-action@0758d235715de2f3551eacc980d9ae8fce9342c3 # v2.87.3 with: tool: cargo-deny - name: Run cargo-deny