diff --git a/.github/workflows/checks-during-pr.yml b/.github/workflows/checks-during-pr.yml index e9979aa..bc9edf1 100644 --- a/.github/workflows/checks-during-pr.yml +++ b/.github/workflows/checks-during-pr.yml @@ -9,7 +9,7 @@ jobs: steps: - name: 'Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 8de5cad..679a32c 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -15,7 +15,7 @@ jobs: steps: - name: 'Checkout' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive