Compare commits
1 Commits
renovate/c
...
renovate/o
| Author | SHA1 | Date | |
|---|---|---|---|
| bd11fd2844 |
@@ -20,7 +20,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Semver release
|
||||
uses: cocogitto/cocogitto-action@v4
|
||||
uses: cocogitto/cocogitto-action@v3
|
||||
with:
|
||||
# check-latest-tag-only: ${{ inputs.check-latest-tag-only }}
|
||||
check-latest-tag-only: true
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
git config --global user.name gitea-bot
|
||||
|
||||
- name: Semver release
|
||||
uses: cocogitto/cocogitto-action@v4
|
||||
uses: cocogitto/cocogitto-action@v3
|
||||
id: release
|
||||
with:
|
||||
release: true
|
||||
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
id: ml
|
||||
# You can override MegaLinter flavor used to have faster performances
|
||||
# More info at https://megalinter.io/flavors/
|
||||
uses: oxsecurity/megalinter@v7
|
||||
uses: oxsecurity/megalinter@v9
|
||||
env:
|
||||
# All available variables are described in documentation
|
||||
# https://megalinter.io/configuration/
|
||||
|
||||
Reference in New Issue
Block a user