[Scummvm-git-logs] scummvm-web master -> 5f1069aa118a90c09eb87401ae5ff7571ca8b19e
lephilousophe
noreply at scummvm.org
Sat Apr 18 09:30:42 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://api.github.com/repos/scummvm/scummvm-web .
Summary:
5f1069aa11 CI: Update Github actions
Commit: 5f1069aa118a90c09eb87401ae5ff7571ca8b19e
https://github.com/scummvm/scummvm-web/commit/5f1069aa118a90c09eb87401ae5ff7571ca8b19e
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-04-18T11:30:38+02:00
Commit Message:
CI: Update Github actions
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bf3bd0ad..e234b6ac 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,16 +19,16 @@ jobs:
sudo sed -i -e 's/PILImage\.ANTIALIAS/PILImage.LANCZOS/' /usr/lib/python3/dist-packages/glue/formats/img.py && \
sudo sed -i -e 's/re\.compile(/re.compile(r/' /usr/lib/python3/dist-packages/glue/core.py && \
sudo sed -i -e 's/PImage\.VERSION/PImage.__version__/' /usr/lib/python3/dist-packages/glue/bin.py
- - uses: actions/checkout at v4
+ - uses: actions/checkout at v6
- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Setup
- uses: actions/setup-node at v4
+ uses: actions/setup-node at v6
with:
node-version: ${{ matrix.node-version }}
- name: Cache Composer packages
id: packages-cache
- uses: actions/cache at v4
+ uses: actions/cache at v5
with:
path: "vendor\nnode_modules\ndumper-companion/node_modules"
key: ${{ runner.os }}-phpjs-${{ hashFiles('**/composer.lock', '**/package-lock.json') }}
More information about the Scummvm-git-logs
mailing list