From df745ba628c0bab2beace8f6a8ff21eccc83cbec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 04:44:01 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 447b186..b84caa0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run ansible-lint uses: ansible/ansible-lint@v25 with: @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Verify encoding shell: pwsh @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: REUSE license check uses: fsfe/reuse-action@v6