From 9072cd466491e177a12f57884f385e2583aa05bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:41:47 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9fa9eb4..e42ac50 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: name: build and push with repository runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v4.2.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} @@ -41,7 +41,7 @@ jobs: name: build and push with default version and repository runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v4.2.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} @@ -66,7 +66,7 @@ jobs: name: build and push with repository and version from Dockerfile runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v4.2.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} @@ -95,7 +95,7 @@ jobs: outputs: tags: ${{ steps.tuplip.outputs.tags }} steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v4.2.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} @@ -125,7 +125,7 @@ jobs: outputs: tags: ${{ steps.tuplip.outputs.tags }} steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v4.2.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} @@ -157,7 +157,7 @@ jobs: outputs: tags: ${{ steps.tuplip.outputs.tags }} steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v4.2.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} @@ -189,7 +189,7 @@ jobs: outputs: tags: ${{ steps.tuplip.outputs.tags }} steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v4.2.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} @@ -218,7 +218,7 @@ jobs: outputs: tags: ${{ steps.tuplip.outputs.tags }} steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v4.2.2 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} @@ -266,7 +266,7 @@ jobs: - defaults - straight steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v4.2.2 - uses: actions/download-artifact@v2.0.10 with: name: ${{ matrix.test }}-tags