From 33fa26278fc4323cb5dd32492a9d09dc095d9a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 01:35:32 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.2 to 4.1.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 4 ++-- .github/workflows/pytest.yaml | 2 +- .github/workflows/upload_to_pypi.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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: