From 513698a6a640f1cda137d92f268876dde6796e98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 21:21:07 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/pr-checks.yml | 4 ++-- .github/workflows/release-please.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index cc538dfe..57759d49 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -17,7 +17,7 @@ jobs: with: go-version: ${{ env.DEFAULT_GO_VERSION }} - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Environment run: | echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV @@ -41,7 +41,7 @@ jobs: with: go-version: ${{ env.DEFAULT_GO_VERSION }} - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive - name: Setup Environment diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index bb73190e..117c0f64 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -30,7 +30,7 @@ jobs: if: ${{ needs.release-please.outputs.release_created }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ needs.release-please.outputs.release_tag_name }}