Skip to content

Commit f31693b

Browse files
authored
chore(copier): update from template (#46)
Co-authored-by: liblaf[bot] <184555210+liblaf[bot]@users.noreply.github.com>
1 parent 381a88d commit f31693b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.config/copier/.copier-answers.shared.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is @generated by <https://github.com/liblaf/copier-shared>.
22
# DO NOT EDIT!
33
# prettier-ignore
4-
_commit: v0.1.4
4+
_commit: v0.1.5
55
_src_path: gh:liblaf/copier-share
66
author_email: 30631553+liblaf@users.noreply.github.com
77
author_name: liblaf

.github/workflows/mega-linter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
token: ${{ steps.auth.outputs.token }}
4444
- if: success() || failure()
4545
name: Upload Reports
46-
uses: actions/upload-artifact@v5
46+
uses: actions/upload-artifact@v6
4747
with:
4848
name: mega-linter-reports
4949
path: |-
@@ -57,7 +57,7 @@ jobs:
5757
sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports'
5858
- if: steps.lint.outputs.has-updated-sources > 0 && github.ref == 'refs/heads/main'
5959
name: Create PR with Applied Fixes
60-
uses: peter-evans/create-pull-request@v7
60+
uses: peter-evans/create-pull-request@v8
6161
with:
6262
commit-message: "chore(mega-linter): apply linters automatic fixes"
6363
branch: mega-linter-fix/${{ github.ref_name }}

0 commit comments

Comments
 (0)