From afe29fe28384d2e25d64dd3a59d191b5beb617fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:08:52 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dbda70b..f5b524e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: steps: - name: ⏬ Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🔢 Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3