From 678094391c5a092c2d0dfbb50ba9e0e9944c9c75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:01:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/prerelease.yml | 2 +- .github/workflows/push_pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 120d6c0..3319d16 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -19,7 +19,7 @@ jobs: working-directory: src/github.com/${{env.ORIGINAL_REPO_NAME}} steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 1 path: src/github.com/${{env.ORIGINAL_REPO_NAME}} diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index cb05089..331f2eb 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -20,7 +20,7 @@ jobs: working-directory: src/github.com/${{env.ORIGINAL_REPO_NAME}} steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 1 path: src/github.com/${{env.ORIGINAL_REPO_NAME}}