From 720bc162fd36fd8efae33192e7eec52ad3650217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:25:03 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#57) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55262b0..6e6a3da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: matrix: ${{ steps.matrix.outputs.matrix }} steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm 🔧 uses: pnpm/action-setup@v2.2.4 @@ -133,7 +133,7 @@ jobs: needs: [build, examplesTest] steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm 🔧 uses: pnpm/action-setup@v2.2.4