From a70e0c5a7d02b3ce98688c1d8e877bf65c8b6c06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:35:58 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/dev.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a47be2c..f045185 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL @@ -98,7 +98,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.2.1 - name: Login to Docker Hub diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index b6ba3f4..9578919 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to Registry diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f3f860..dbe4272 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: v_tag: ${{steps.version.outputs.version_tag}} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get Version Tag @@ -108,7 +108,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to Registry