From 3a2f75292a3b5344e3c2de7d1471911101e5491f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:22:07 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/deploy-BETA.yml | 2 +- .github/workflows/deploy-RELEASE.yml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-BETA.yml b/.github/workflows/deploy-BETA.yml index 6cec8d40..851e9659 100644 --- a/.github/workflows/deploy-BETA.yml +++ b/.github/workflows/deploy-BETA.yml @@ -34,7 +34,7 @@ jobs: name: beta steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4.0.3 + - uses: actions/setup-node@v4.0.4 with: node-version: "20.x" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/deploy-RELEASE.yml b/.github/workflows/deploy-RELEASE.yml index f5360156..99b95781 100644 --- a/.github/workflows/deploy-RELEASE.yml +++ b/.github/workflows/deploy-RELEASE.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 # Setup .npmrc file to publish to npm - - uses: actions/setup-node@v4.0.3 + - uses: actions/setup-node@v4.0.4 with: node-version: "20.x" registry-url: "https://registry.npmjs.org" diff --git a/Dockerfile b/Dockerfile index 4ec72bad..a02ff215 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.2 +FROM alpine:3.20.3 WORKDIR / ARG NPM_GROOVY_LINT_VERSION='latest'