diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6023103..be0653a 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - name: Verify encoding shell: pwsh @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: REUSE license check uses: fsfe/reuse-action@v5