diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9fe353eff80..e673b9e044d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/darker.yaml b/.github/workflows/darker.yaml index 6e5a8456b94..823b02c9d9a 100644 --- a/.github/workflows/darker.yaml +++ b/.github/workflows/darker.yaml @@ -11,7 +11,7 @@ jobs: lint-with-darker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 with: fetch-depth: 0 - uses: actions/setup-python@v4 diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 4bd11ecec13..a3010dd9686 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -43,7 +43,7 @@ jobs: SPHINX_WARNINGS_AS_ERROR: ${{ matrix.python-version == '3.10' }} SPHINX_OPTS: "-v" steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 with: # we need full history with tags for the version number fetch-depth: '0' diff --git a/.github/workflows/pytest-non-local.yaml b/.github/workflows/pytest-non-local.yaml index ce03514e3b0..97a2cfde83c 100644 --- a/.github/workflows/pytest-non-local.yaml +++ b/.github/workflows/pytest-non-local.yaml @@ -23,7 +23,7 @@ jobs: python-version: ["3.9"] steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 with: submodules: true # we need full history with tags for the version number diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 1bc99950478..d4f6b880576 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -43,7 +43,7 @@ jobs: PYTHON: ${{ matrix.python-version }} steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 with: submodules: true # we need full history with tags for the version number diff --git a/.github/workflows/upload_to_pypi.yaml b/.github/workflows/upload_to_pypi.yaml index 6ce01b15240..64dd36a0014 100644 --- a/.github/workflows/upload_to_pypi.yaml +++ b/.github/workflows/upload_to_pypi.yaml @@ -13,7 +13,7 @@ jobs: permissions: id-token: write steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Set up Python uses: actions/setup-python@v4.3.1 with: