From 761b839a71cc6d2aecf4be994af9d8206aeae0e1 Mon Sep 17 00:00:00 2001 From: Abhay Kumar <75+abhay@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:33:29 -0700 Subject: [PATCH] bump checkout action version (#52) --- .github/workflows/idl-update.yml | 2 +- .github/workflows/rust.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/idl-update.yml b/.github/workflows/idl-update.yml index 2be4039..73d0bd6 100644 --- a/.github/workflows/idl-update.yml +++ b/.github/workflows/idl-update.yml @@ -28,7 +28,7 @@ jobs: max-parallel: 1 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # the script replaces the json file with a newly downloaded one # and updates the version in Cargo.toml diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 082ba6f..bf3c5ce 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Hygiene | Formatting run: cargo fmt -- --check