From 10b400b8d8b6ded281ac38806f9fba24c3ae4676 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:55:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/force-deleting-cache.yml | 2 +- .github/workflows/main-workflow-template.yml | 4 ++-- .github/workflows/security-workflow.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/force-deleting-cache.yml b/.github/workflows/force-deleting-cache.yml index c7cfd51..a95f1e6 100644 --- a/.github/workflows/force-deleting-cache.yml +++ b/.github/workflows/force-deleting-cache.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cleanup run: | diff --git a/.github/workflows/main-workflow-template.yml b/.github/workflows/main-workflow-template.yml index f5082e4..8a943ec 100644 --- a/.github/workflows/main-workflow-template.yml +++ b/.github/workflows/main-workflow-template.yml @@ -74,7 +74,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.branch }} - id: set-matrix @@ -100,7 +100,7 @@ jobs: ${{fromJson(needs.matrix_prep.outputs.matrix)}} steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ inputs.branch }} diff --git a/.github/workflows/security-workflow.yml b/.github/workflows/security-workflow.yml index 7b454c6..aed5f92 100644 --- a/.github/workflows/security-workflow.yml +++ b/.github/workflows/security-workflow.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@master