diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31ddb91da..19e9d85a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: fail-fast: false steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install linux only test dependency if: matrix.os == 'ubuntu-latest' # Install all dependencies needed to run Qt on linux (taken from the qt website) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 79f5dba98..7cf661d8f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: name: Docs building runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 372da9f8e..33f69afac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow @@ -48,7 +48,7 @@ jobs: python: [38, 39, 310, 311] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow