diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index a27264142..74ae30143 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -34,13 +34,13 @@ jobs: OS: ${{ matrix.os }} UPLOAD_TO_GHPAGES: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: fetch-depth: '0' # if we upload to ghpages we need the full # history to generate correct version info if: ${{ fromJSON(env.UPLOAD_TO_GHPAGES) }} - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 if: ${{ !fromJSON(env.UPLOAD_TO_GHPAGES) }} - name: setup ubuntu-latest xvfb uses: ./.github/actions/setup-ubuntu-latest-xvfb diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 2dba6f731..65ec17f71 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -37,7 +37,7 @@ jobs: PYTHON: ${{ matrix.python-version }} steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 with: submodules: true - name: setup ubuntu-latest xvfb diff --git a/.github/workflows/upload_to_pypi.yaml b/.github/workflows/upload_to_pypi.yaml index 0a2ae4b32..d8ed5239b 100644 --- a/.github/workflows/upload_to_pypi.yaml +++ b/.github/workflows/upload_to_pypi.yaml @@ -12,7 +12,7 @@ jobs: id-token: write environment: pypi-release-env steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.3 - name: Set up Python uses: actions/setup-python@v5.1.0 with: