Skip to content

Commit 7cb9d20

Browse files
Bump the actions group with 2 updates (#136)
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](ad-m/github-push-action@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](actions/upload-artifact@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08c49ec commit 7cb9d20

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-lint-and-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- run: git commit -m "$(python manage_translation.py generate_commit_msg)"
6060
if: env.SIGNIFICANT_CHANGES
6161
- name: Push commit
62-
uses: ad-m/github-push-action@v1.0.0
62+
uses: ad-m/github-push-action@v1.1.0
6363
if: env.SIGNIFICANT_CHANGES
6464
with:
6565
branch: ${{ matrix.version }}
@@ -113,7 +113,7 @@ jobs:
113113
- uses: sphinx-doc/github-problem-matcher@v1.1
114114
- run: make -e SPHINXOPTS="--color -D language='pl' -W --keep-going" ${{ matrix.format }}
115115
working-directory: ./Doc
116-
- uses: actions/upload-artifact@v7.0.0
116+
- uses: actions/upload-artifact@v7.0.1
117117
if: success() || failure()
118118
with:
119119
name: build-${{ matrix.version }}-${{ matrix.format }}
@@ -132,7 +132,7 @@ jobs:
132132
- run: sudo apt-get update
133133
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
134134
- run: make
135-
- uses: actions/upload-artifact@v7.0.0
135+
- uses: actions/upload-artifact@v7.0.1
136136
with:
137137
name: build-${{ matrix.version }}-pdf
138138
path: .

0 commit comments

Comments
 (0)