From 2adf7ca4befdcd914ce65d29b51e869d91192aec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 00:51:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 19678668..3f6ef2ee 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.1 + uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 23fc106f..38df40ef 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.1 + uses: actions/checkout@v6.0.2 - name: Set ENV run: | diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 1d351f73..2addd689 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.1 + uses: actions/checkout@v6.0.2 - name: Login to GitHub Container Registry uses: docker/login-action@v3