Skip to content

Commit 9919d15

Browse files
Update all non-major dependencies (#567)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c272287 commit 9919d15

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: release
3636
steps:
3737
- uses: actions/checkout@v6
38-
- uses: actions/setup-node@v6.3.0
38+
- uses: actions/setup-node@v6.4.0
3939
with:
4040
node-version: "24.x"
4141
registry-url: "https://registry.npmjs.org"
@@ -59,7 +59,7 @@ jobs:
5959
name: release
6060
steps:
6161
- uses: actions/checkout@v6
62-
- uses: actions/setup-node@v6.3.0
62+
- uses: actions/setup-node@v6.4.0
6363
with:
6464
node-version: "24.x"
6565
registry-url: "https://registry.npmjs.org"

.github/workflows/github-dependents-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: GitHub Dependents Info
35-
uses: nvuillam/github-dependents-info@v3.0.0
35+
uses: nvuillam/github-dependents-info@v3.1.0
3636
with:
3737
repo: ${{ github.repository }}
3838
outputrepo: ${{ github.repository }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.23.3
1+
FROM alpine:3.23.4
22
WORKDIR /
33

44
ARG NPM_GROOVY_LINT_VERSION='latest'

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)