diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 513958c..a7b88db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Install Rust uses: dtolnay/rust-toolchain@stable @@ -31,7 +31,7 @@ jobs: run: cargo clippy --locked --all-targets --all-features -- -D warnings - name: Install dependency tooling - uses: taiki-e/install-action@v2.77.2 + uses: taiki-e/install-action@v2.82.2 with: tool: cargo-deny@0.19.4,cargo-machete@0.9.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ad8060..f7f0083 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Install Rust uses: dtolnay/rust-toolchain@stable @@ -78,7 +78,7 @@ jobs: find dist -name "*.sha256" -type f -print0 | xargs -0 cat > checksums.txt - name: Create release - uses: softprops/action-gh-release@v3.0.0 + uses: softprops/action-gh-release@v3.0.1 with: files: | dist/**/*.tar.gz