From 7e7deada6fce1d0493abf5e1a484a6b11bb02f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 02:51:35 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/build-amd64-container-image.yaml | 2 +- .github/workflows/make-swagger.yaml | 2 +- .github/workflows/publish-multi-arch-container-images.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 65b2319d0..d10c250eb 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -23,7 +23,7 @@ jobs: echo Hello, this workflow is allowed to specific OWNERS. # Apply 'approved' label when OWNER left '/approve' comment - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions-ecosystem/action-add-labels@v1 with: github_token: ${{ secrets.github_token }} diff --git a/.github/workflows/build-amd64-container-image.yaml b/.github/workflows/build-amd64-container-image.yaml index 3c8ae0d6c..eb0305ce2 100644 --- a/.github/workflows/build-amd64-container-image.yaml +++ b/.github/workflows/build-amd64-container-image.yaml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build image env: diff --git a/.github/workflows/make-swagger.yaml b/.github/workflows/make-swagger.yaml index 4d5c7c367..20972c6b8 100644 --- a/.github/workflows/make-swagger.yaml +++ b/.github/workflows/make-swagger.yaml @@ -24,7 +24,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install swag run: | diff --git a/.github/workflows/publish-multi-arch-container-images.yaml b/.github/workflows/publish-multi-arch-container-images.yaml index 1eb9b1216..fea18d8ad 100644 --- a/.github/workflows/publish-multi-arch-container-images.yaml +++ b/.github/workflows/publish-multi-arch-container-images.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Prepare tags id: prep