chore(deps): update docker.io/library/node docker tag to v24.9.0 #29

Merged
CSRBot merged 1 commits from renovate/actions into master 2025-09-26 21:18:45 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ on:
jobs: jobs:
generate-parameters: generate-parameters:
container: container:
image: docker.io/library/node:24.8.0-alpine image: docker.io/library/node:24.9.0-alpine
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:

View File

@@ -15,7 +15,7 @@ on:
jobs: jobs:
markdown-link-checker: markdown-link-checker:
container: container:
image: docker.io/library/node:24.8.0-alpine image: docker.io/library/node:24.9.0-alpine
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:
@@ -31,7 +31,7 @@ jobs:
markdown-lint: markdown-lint:
container: container:
image: docker.io/library/node:24.8.0-alpine image: docker.io/library/node:24.9.0-alpine
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps: