From 0e06de2f01b7db0cb3e497683e9d2441a5b1e074 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:29:56 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/pr-to-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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