From fbef228368c2531ca8abcf6dd27b8311a55bfab9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:58:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/pr-to-dev.yml | 2 +- .github/workflows/pr-to-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-to-dev.yml b/.github/workflows/pr-to-dev.yml index 5767ac0c..ef4a0c56 100644 --- a/.github/workflows/pr-to-dev.yml +++ b/.github/workflows/pr-to-dev.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Node uses: actions/setup-node@v2 diff --git a/.github/workflows/pr-to-main.yml b/.github/workflows/pr-to-main.yml index 7110809b..c76f4655 100644 --- a/.github/workflows/pr-to-main.yml +++ b/.github/workflows/pr-to-main.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Node uses: actions/setup-node@v2