From 622d1109b5dd3b73865220a744b72f5bfb294a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 01:25:29 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.5 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [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.5...v4.1.6) --- 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 f08fd031c..dd7f7a2fc 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.5 + - uses: actions/checkout@v4.1.6 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.5 + - uses: actions/checkout@v4.1.6 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 9f29879b4..f8a785cfe 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.5 + - uses: actions/checkout@v4.1.6 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 4f096d666..f64408a06 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.5 + - uses: actions/checkout@v4.1.6 - name: Set up Python uses: actions/setup-python@v5.1.0 with: