Compare commits
4
Commits
v0.1.2
..
945ed5f877
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
945ed5f877
|
||
|
|
e37c1f1fcc
|
||
|
|
82444f39b6 | ||
|
|
eeb09fdeb4
|
@@ -19,7 +19,7 @@ steps:
|
||||
- uses: actions/checkout@v7.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: volker.raschek/ah-annotations@v0.1.1
|
||||
- uses: volker.raschek/ah-annotations@v0.1.2
|
||||
```
|
||||
|
||||
### Explicit tags
|
||||
@@ -31,7 +31,7 @@ steps:
|
||||
- uses: actions/checkout@v7.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: volker.raschek/ah-annotations@v0.1.1
|
||||
- uses: volker.raschek/ah-annotations@v0.1.2
|
||||
with:
|
||||
old-tag: v1.0.0
|
||||
new-tag: v2.0.0
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
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
|
||||
YQ_BINARY_NAME="${YQ_BINARY_NAME:="yq"}"
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@
|
||||
"^README\\.md$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"`(?<currentValue>[^\\s\"']+)`"
|
||||
"| `(?<currentValue>[^\\s\"']+)`"
|
||||
],
|
||||
"depNameTemplate": "mikefarah/yq",
|
||||
"datasourceTemplate": "github-releases",
|
||||
|
||||
Reference in New Issue
Block a user