File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Update dependencies
22
33on :
44 schedule :
5- - cron : ' 0 4 * * 1' # Every Monday 04:00 UTC
5+ - cron : " 0 4 * * 1" # Every Monday 04:00 UTC
66 workflow_dispatch :
77
88jobs :
2424 run : |
2525 git config user.name "github-actions[bot]"
2626 git config user.email "github-actions[bot]@users.noreply.github.com"
27- git add 8.2/Dockerfile 8.3/Dockerfile 8.4/Dockerfile README.md
27+ git add 8.2/Dockerfile 8.3/Dockerfile 8.4/Dockerfile 8.5/Dockerfile README.md
2828 git diff --staged --quiet && echo "Already up to date." && exit 0
2929 git commit -m "chore: update Composer and Node to latest patch versions"
3030 git push
Original file line number Diff line number Diff line change 1- ARG NODE_VERSION=22.22.2
1+ ARG NODE_VERSION=22.22.3
22FROM node:${NODE_VERSION}-alpine AS node
33
44FROM php:8.5-cli-alpine
55
6- ARG COMPOSER_VERSION=2.9.7
7- ARG COMPOSER_SHA256=d3c6801ea6e5dd291d0f149295a4d0f1539a74d5231958fe8fdaa889a497e6cf
6+ ARG COMPOSER_VERSION=2.9.8
7+ ARG COMPOSER_SHA256=59b2c50e10cafa0d8efc19ede9a326d782f096c674a26baf98cf042ce23de890
88
99ENV CI=true \
1010 LANG=C.UTF-8 \
You can’t perform that action at this time.
0 commit comments