From 84a5990919e10701a9a8e7f4f37729d72632586e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:11:18 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (main) (#28533) --- .github/workflows/reproduire-sur-stackblitz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reproduire-sur-stackblitz.yml b/.github/workflows/reproduire-sur-stackblitz.yml index 63888cac2b..e5dd5a9faf 100644 --- a/.github/workflows/reproduire-sur-stackblitz.yml +++ b/.github/workflows/reproduire-sur-stackblitz.yml @@ -11,7 +11,7 @@ jobs: reproduire-sur-stackblitz: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: huang-julien/reproduire-sur-stackblitz@v1.0.0 with: reproduction-heading: '### Reproduction' \ No newline at end of file