diff --git a/.github/workflows/ci-pr.yaml b/.github/workflows/ci-pr.yaml index 72c5d4a..d2e4772 100644 --- a/.github/workflows/ci-pr.yaml +++ b/.github/workflows/ci-pr.yaml @@ -37,7 +37,7 @@ jobs: # password: ${{ secrets.GIT_PASS }} - name: Fetch sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index baeb64e..b9e9585 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -86,7 +86,7 @@ jobs: # password: ${{ secrets.GIT_PASS }} - name: Fetch sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true @@ -192,7 +192,7 @@ jobs: # password: ${{ secrets.GIT_PASS }} - name: Fetch sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true @@ -232,7 +232,7 @@ jobs: # password: ${{ secrets.GIT_PASS }} - name: Fetch sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true