From c02c011a777ecf9c9586c9b7e759ac8dfd325eed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 02:04:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 4 ++-- .github/workflows/labelsync.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 831b419..cb8da4e 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Setup Docker Buildx uses: docker/setup-buildx-action@v2.2.1 - name: Login to GitHub Container Registry diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1ba8563..10a422a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Add problem matchers run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v18 @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Add problem matchers run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v18 diff --git a/.github/workflows/labelsync.yml b/.github/workflows/labelsync.yml index be4617e..5d83e8b 100644 --- a/.github/workflows/labelsync.yml +++ b/.github/workflows/labelsync.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: repository: 'sapphiredev/readme' - name: Run Label Sync