Skip to content

Commit

Permalink
Update all non-major dependencies (#384)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent a26358d commit ece49dc
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 466 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check if there are changes
id: changes
if: ${{ success() }} || ${{ failure() }}
uses: UnicornGlobal/has-changes-action@v1.0.11
uses: UnicornGlobal/has-changes-action@v1.0.12

# Push new commit if applicable
- name: Prepare commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: beta
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v3.8.2
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v3.8.2
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.4
FROM alpine:3.20.2
WORKDIR /

ARG NPM_GROOVY_LINT_VERSION='latest'
Expand Down
Loading

0 comments on commit ece49dc

Please sign in to comment.