diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 44156a948..dc9f9c0bd 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -28,7 +28,7 @@ steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for all branches and tags. diff --git a/.github/workflows/release_and_publish.yml b/.github/workflows/release_and_publish.yml index 4e8ed59fc..274a19f42 100644 --- a/.github/workflows/release_and_publish.yml +++ b/.github/workflows/release_and_publish.yml @@ -28,7 +28,7 @@ steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for all branches and tags. diff --git a/.github/workflows/reverse.yml b/.github/workflows/reverse.yml index e9164fbb3..803eeb3e6 100644 --- a/.github/workflows/reverse.yml +++ b/.github/workflows/reverse.yml @@ -16,7 +16,7 @@ jobs: name: Reverse dependency testing runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index f9a3f4a0d..2d89b7198 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for all branches and tags.