From 816e542789b5f7922cd8b354c446cc0f151054a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:27:07 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [ad-m/github-push-action](https://github.com/ad-m/github-push-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `ad-m/github-push-action` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v1.0.0...v1.1.0) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/update-lint-and-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-lint-and-build.yml b/.github/workflows/update-lint-and-build.yml index 3ecd5339b..7ee3491d4 100644 --- a/.github/workflows/update-lint-and-build.yml +++ b/.github/workflows/update-lint-and-build.yml @@ -59,7 +59,7 @@ jobs: - run: git commit -m "$(python manage_translation.py generate_commit_msg)" if: env.SIGNIFICANT_CHANGES - name: Push commit - uses: ad-m/github-push-action@v1.0.0 + uses: ad-m/github-push-action@v1.1.0 if: env.SIGNIFICANT_CHANGES with: branch: ${{ matrix.version }} @@ -113,7 +113,7 @@ jobs: - uses: sphinx-doc/github-problem-matcher@v1.1 - run: make -e SPHINXOPTS="--color -D language='pl' -W --keep-going" ${{ matrix.format }} working-directory: ./Doc - - uses: actions/upload-artifact@v7.0.0 + - uses: actions/upload-artifact@v7.0.1 if: success() || failure() with: name: build-${{ matrix.version }}-${{ matrix.format }} @@ -132,7 +132,7 @@ jobs: - run: sudo apt-get update - run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy - run: make - - uses: actions/upload-artifact@v7.0.0 + - uses: actions/upload-artifact@v7.0.1 with: name: build-${{ matrix.version }}-pdf path: .