From 33c4549a9c8b866e4cce1d692b7c88f18d77b0a7 Mon Sep 17 00:00:00 2001 From: boleklebovski <160799963+boleklebovski@users.noreply.github.com> Date: Thu, 6 Aug 2026 14:05:26 +0200 Subject: [PATCH] ci: bump actions/checkout to v4 in ci-starknet Every other workflow in this repo already uses v4. Signed-off-by: boleklebovski <160799963+boleklebovski@users.noreply.github.com> --- .github/workflows/ci-starknet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-starknet.yml b/.github/workflows/ci-starknet.yml index d7ce5c42..6fcfb887 100644 --- a/.github/workflows/ci-starknet.yml +++ b/.github/workflows/ci-starknet.yml @@ -16,7 +16,7 @@ jobs: run: working-directory: price_feeds/starknet/send_usd/contract steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Scarb uses: software-mansion/setup-scarb@v1 with: