From b04a9384782650ab3bc1f20a1f5b2aba0b8f2d71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:38:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/build.yaml | 6 +++--- .github/workflows/release-please.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e5f7757..5add963 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Extract branch name id: extract_branch @@ -72,7 +72,7 @@ jobs: RELEASE_REGISTRY: "localhost:5000/podtato-head" steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx id: buildx @@ -115,7 +115,7 @@ jobs: packages: write # Needed for pushing images to the registry steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to GitHub Container Registry uses: docker/login-action@v2 diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index f84b7bd..85cbd97 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -30,7 +30,7 @@ jobs: # Release-please creates a PR that tracks all changes steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: google-github-actions/release-please-action@v3 id: release @@ -52,7 +52,7 @@ jobs: IMAGE_TAG: ghcr.io/podtato-head/podtato-server:${{ needs.release-please.outputs.tag_name }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Attach release assets uses: softprops/action-gh-release@v1 with: