diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65ff5285..9fbf80b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout HEAD Commit - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v5.0.0 with: ref: ${{ github.head_ref }} @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout HEAD Commit - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v5.0.0 with: ref: ${{ github.head_ref }}