From 2810e50f416ae60e09f5936f9e4f27e40544afa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 04:32:00 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/development.yml | 2 +- .github/workflows/production.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6dccffbb..250eac21 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.3.0 + uses: actions/checkout@v5.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 3c85ecf0..8625e2ff 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -11,7 +11,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@v4.3.0 + uses: actions/checkout@v5.0.0 - name: Set ENV run: | diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 7e665778..3db8ccc5 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -13,7 +13,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@v4.3.0 + uses: actions/checkout@v5.0.0 - name: Login to GitHub Container Registry uses: docker/login-action@v3