From 38e5599d8a3a7d09ef97cc4f8e64d3a3c489c4c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:42:37 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/codeql.yml | 2 +- .github/workflows/dev.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fe0ecad..b1bcc7c 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 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