diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index bc801f0..654ff54 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -112,7 +112,7 @@ jobs: with: fetch-depth: 0 - name: Setup Rust - uses: dtolnay/rust-toolchain@d1031067263f94b142dd6c0ce24c5eb9d02d52a0 # stable + uses: dtolnay/rust-toolchain@02cb101ec7c40f2c49e1d9714d64511d8e1b74de # stable with: toolchain: stable - name: Install Radicle diff --git a/.github/workflows/push-email-notify.yml b/.github/workflows/push-email-notify.yml index 485b2a9..dfc3138 100644 --- a/.github/workflows/push-email-notify.yml +++ b/.github/workflows/push-email-notify.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 5 steps: - name: Send push notification email - uses: hyperpolymath/smtp-notify-action@ede1191ef6ff3ac02c4f4d9efdf837ee517e11d7 # v0.2.0 + uses: hyperpolymath/smtp-notify-action@22e7bdb322c430c1d0dac6b3bb307f4bb139d0be # v0.3.0 with: server_address: ${{ secrets.SMTP_HOST }} server_port: ${{ secrets.SMTP_PORT }}