From af6d5bf5657ceab4c0cb4c545d8731b6a254d4b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:06:25 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#76) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/studio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/studio.yml b/.github/workflows/studio.yml index 05e8750..9c79cd4 100644 --- a/.github/workflows/studio.yml +++ b/.github/workflows/studio.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Identify package manager id: pkgman