Compare commits
5
Commits
v0.1.1
...
0d44527f1f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d44527f1f
|
||
|
|
9b964d0089 | ||
|
|
57d5864e69
|
||
|
|
7eb7e2a458 | ||
|
|
62f719e55e
|
@@ -14,7 +14,7 @@ Without explicit inputs the action determines the two most recent non-RC tags fr
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.0
|
- uses: actions/checkout@v7.0.1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: volker.raschek/ah-annotations@v0.0.1
|
- uses: volker.raschek/ah-annotations@v0.0.1
|
||||||
@@ -26,7 +26,7 @@ Pass `old-tag` and `new-tag` to control the commit range:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.0
|
- uses: actions/checkout@v7.0.1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: volker.raschek/ah-annotations@v0.0.1
|
- uses: volker.raschek/ah-annotations@v0.0.1
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
internal_yq_version=v4.44.6 # renovate: datasource=github-releases depName=mikefarah/yq versioning=semver
|
internal_yq_version=v4.53.3 # renovate: datasource=github-releases depName=mikefarah/yq versioning=semver
|
||||||
|
|
||||||
# Use :- for unset and handle empty strings from composite action inputs
|
# Use :- for unset and handle empty strings from composite action inputs
|
||||||
YQ_BINARY_NAME="${YQ_BINARY_NAME:="yq"}"
|
YQ_BINARY_NAME="${YQ_BINARY_NAME:="yq"}"
|
||||||
|
|||||||
Reference in New Issue
Block a user