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}}