chore(deps): update docker.io/library/node docker tag to v23.11.1 #30

Merged
CSRBot merged 1 commits from renovate/actions into master 2025-05-15 21:11:21 +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:23.11.0-alpine image: docker.io/library/node:23.11.1-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:23.11.0-alpine image: docker.io/library/node:23.11.1-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:23.11.0-alpine image: docker.io/library/node:23.11.1-alpine
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps: