From 993fdaac3538e950686f0a7b2f0f13ccb6458736 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:04:33 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/main.yml | 6 +++--- .github/workflows/test.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea66f0c2b..3ab5e1233 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4 id: cache @@ -50,7 +50,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Versioning env: GH_TOKEN: ${{ secrets.GH_TOKEN }} @@ -74,7 +74,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4 id: cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5787f8e6a..d5231d48f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: node-version: ${{ matrix.node }} - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: cache node_modules uses: actions/cache@v4