Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
176681ebe5
|
||
|
|
fdb0acacf9 | ||
|
|
d2573709ee
|
@@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
markdown-link-checker:
|
||||
container:
|
||||
image: docker.io/library/node:26.7.0-alpine
|
||||
image: docker.io/library/node:26.8.1-alpine
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install tooling
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
markdown-lint:
|
||||
container:
|
||||
image: docker.io/library/node:26.7.0-alpine
|
||||
image: docker.io/library/node:26.8.1-alpine
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install tooling
|
||||
|
||||
@@ -19,7 +19,7 @@ steps:
|
||||
- uses: actions/checkout@v7.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: volker.raschek/ah-annotations@v0.2.1
|
||||
- uses: volker.raschek/ah-annotations@v0.2.2
|
||||
```
|
||||
|
||||
### Explicit tags
|
||||
@@ -31,7 +31,7 @@ steps:
|
||||
- uses: actions/checkout@v7.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: volker.raschek/ah-annotations@v0.2.1
|
||||
- uses: volker.raschek/ah-annotations@v0.2.2
|
||||
with:
|
||||
old-tag: v1.0.0
|
||||
new-tag: v2.0.0
|
||||
|
||||
Reference in New Issue
Block a user