diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 65b2319d..d10c250e 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 3c8ae0d6..eb0305ce 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 4d5c7c36..20972c6b 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 1eb9b121..fea18d8a 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