diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3245929..02ba298 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95.0 + uses: dtolnay/rust-toolchain@1.100.0 with: toolchain: "1.95.0" components: rustfmt, clippy, llvm-tools-preview @@ -45,7 +45,7 @@ jobs: - name: Install cargo-llvm-cov if: matrix.os != 'windows-latest' - uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 # v2.77.6 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2.83.4 with: tool: cargo-llvm-cov@0.8.5 @@ -99,7 +99,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95.0 + uses: dtolnay/rust-toolchain@1.100.0 with: toolchain: "1.95.0" @@ -162,7 +162,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95.0 + uses: dtolnay/rust-toolchain@1.100.0 with: toolchain: "1.95.0" @@ -229,7 +229,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95.0 + uses: dtolnay/rust-toolchain@1.100.0 with: toolchain: "1.95.0" diff --git a/.github/workflows/live-tests.yml b/.github/workflows/live-tests.yml index 590f4b6..6171787 100644 --- a/.github/workflows/live-tests.yml +++ b/.github/workflows/live-tests.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95.0 + uses: dtolnay/rust-toolchain@1.100.0 with: toolchain: "1.95.0" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6efa165..2a95827 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: profile = "minimal" EOF - - uses: dtolnay/rust-toolchain@1.95.0 + - uses: dtolnay/rust-toolchain@1.100.0 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: @@ -113,7 +113,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - - uses: dtolnay/rust-toolchain@1.95.0 + - uses: dtolnay/rust-toolchain@1.100.0 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: python-version: "3.11" @@ -207,7 +207,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - - uses: dtolnay/rust-toolchain@1.95.0 + - uses: dtolnay/rust-toolchain@1.100.0 - name: Package run: | cargo package -p shadow-diff --allow-dirty @@ -268,7 +268,7 @@ jobs: - name: Publish GitHub Release if: startsWith(github.ref, 'refs/tags/v') - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: files: | release-artifacts/**/* @@ -326,7 +326,7 @@ jobs: ls -la dist/ - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1 with: packages-dir: dist/ # Don't fail a re-run if the version is already on PyPI @@ -347,7 +347,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95.0 + uses: dtolnay/rust-toolchain@1.100.0 - name: Publish (or skip if token missing) env: