diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c9ecad..7cf4341 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run ansible-lint uses: ansible/ansible-lint@main @@ -30,7 +30,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup bun diff --git a/action.yml b/action.yml index e680257..ee3d55b 100644 --- a/action.yml +++ b/action.yml @@ -137,7 +137,7 @@ runs: steps: - if: inputs.checkout == 'true' name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ inputs.repository }} ref: ${{ inputs.ref }}