1 Commits

Author SHA1 Message Date
5b3f31e9ce Update actions/setup-node action to v5 2025-09-04 04:01:47 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Set up Node.js
if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: '22'

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: traefik
version: 37.1.0
version: 37.0.0
repository: https://traefik.github.io/charts
# enable pending:
# https://github.com/traefik/traefik-helm-chart/pull/1340