diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 578aae6..7d8d4ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: steps: - name: "Checkout ${{ github.ref }} branch in ${{ github.repository }} repository." - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true @@ -159,7 +159,7 @@ jobs: - name: "Checkout ${{ steps.params.outputs.sha }} commit in ${{ github.repository }} repository." if: ${{ steps.cache.outputs.cache-hit != 'true' }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true ref: ${{ steps.params.outputs.sha }} diff --git a/.github/workflows/jobs.yml b/.github/workflows/jobs.yml index ed24e30..e954f38 100644 --- a/.github/workflows/jobs.yml +++ b/.github/workflows/jobs.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout ${{ github.ref }} branch in ${{ github.repository }} repository." - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: jobs