From 3d2becfcf9f7319e78b1d161a7885b38ea2d723a Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Wed, 25 Feb 2026 06:22:30 +0000 Subject: [PATCH] Upgrade GitHub Actions to latest versions (#6362) Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/rustfmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index c0f5c33c9..57a0ab325 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -49,7 +49,7 @@ jobs: # uses: dtolnay/rust-toolchain@stable # - name: install taplo-cli - # uses: taiki-e/install-action@v2 + # uses: taiki-e/install-action@v2.68.8 # with: # tool: taplo-cli