1 Commits

Author SHA1 Message Date
Renovate Bot
3eeeed0be3 workflows - Update actions/checkout action to v6
All checks were successful
Production deployment / Build and pushing (push) Successful in 1m37s
2025-11-21 00:05:20 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: skydust-runner runs-on: skydust-runner
steps: steps:
- name: Check out repo's default branch - name: Check out repo's default branch
uses: actions/checkout@v4 uses: actions/checkout@v6
- name: Docker login - name: Docker login
uses: https://gitea.skydust.fr/actions/docker-login-skydust@main uses: https://gitea.skydust.fr/actions/docker-login-skydust@main
with: with:

View File

@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/node:24-alpine3.20 FROM public.ecr.aws/docker/library/node:22-alpine3.20
LABEL ACT_IMAGE=true LABEL ACT_IMAGE=true