From 95c4ce33c7a4fa9eac4fefbdf9f775b7a206242e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:01:05 +0000 Subject: [PATCH] gha: bump the all-github-actions group with 4 updates Bumps the all-github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [sphinx-doc/github-problem-matcher](https://github.com/sphinx-doc/github-problem-matcher), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4.1.2 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.2...v4.1.6) Updates `sphinx-doc/github-problem-matcher` from 1.0 to 1.1 - [Release notes](https://github.com/sphinx-doc/github-problem-matcher/releases) - [Commits](https://github.com/sphinx-doc/github-problem-matcher/compare/v1.0...v1.1) Updates `actions/upload-artifact` from 4.3.1 to 4.3.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.3) Updates `actions/download-artifact` from 4.1.4 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions - dependency-name: sphinx-doc/github-problem-matcher dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com> --- .github/workflows/check.yml | 22 +++++++++++----------- .github/workflows/update.yml | 16 ++++++++-------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 42e255773..affec7eef 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -38,7 +38,7 @@ jobs: name: Build translated docs runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.6 with: fetch-depth: 5 @@ -52,7 +52,7 @@ jobs: run: git pull --rebase - name: Add problem matcher - uses: sphinx-doc/github-problem-matcher@v1.0 + uses: sphinx-doc/github-problem-matcher@v1.1 - name: Build docs continue-on-error: true @@ -62,14 +62,14 @@ jobs: - name: Upload artifact - docs if: steps.build.outcome == 'success' - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: docs path: cpython/Doc/build/html - name: Upload artifact - log files if: always() - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: build-logs path: logs/* @@ -99,7 +99,7 @@ jobs: name: Lint translations runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.6 with: fetch-depth: 5 @@ -122,7 +122,7 @@ jobs: make lint - name: Upload artifact - log files - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: lint-logs path: logs/* @@ -152,7 +152,7 @@ jobs: name: Spell check translations runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.6 with: fetch-depth: 5 @@ -174,7 +174,7 @@ jobs: run: make spell - name: Upload artifact - log files - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: pospell-logs path: logs/* @@ -186,7 +186,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.6 with: fetch-depth: 5 @@ -211,7 +211,7 @@ jobs: powrap compendium.po - name: Upload artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: compendium path: compendium.po @@ -221,7 +221,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.6 - name: Set up Python 3 uses: actions/setup-python@v5.1.0 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 0b4c44faa..16616a082 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.6 - name: Get branch name on push or schedule if: | @@ -52,7 +52,7 @@ jobs: run: echo "BRANCH=${{ github.event.inputs.BRANCH }}" >> $GITHUB_ENV - name: Check out CPython - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.6 with: repository: python/cpython ref: ${{ env.BRANCH }} @@ -80,7 +80,7 @@ jobs: TX_TOKEN: ${{ secrets.TX_TOKEN }} - name: Upload artifact - po files - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: translations path: | @@ -90,7 +90,7 @@ jobs: - name: Upload artifact - log files if: always() - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: pull-logs path: | @@ -107,10 +107,10 @@ jobs: contents: write steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.6 - name: Download PO files - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.7 with: name: translations @@ -166,13 +166,13 @@ jobs: run: echo "CURRENT_BRANCH=${{ github.event.inputs.BRANCH }}" >> $GITHUB_ENV - name: Check out source branch (${{ env.CURRENT_BRANCH }}) - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.6 with: path: ${{ env.CURRENT_BRANCH }} persist-credentials: false - name: Check out target branch (${{ matrix.branch }}) - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.6 with: ref: ${{ matrix.branch }} path: ${{ matrix.branch }}