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