chore: update all GitHub Actions to their latest versions

This commit is contained in:
Przemek Więch
2026-07-05 23:42:31 +02:00
parent 85df7d13bb
commit b3e4a0aabd
9 changed files with 44 additions and 42 deletions

View File

@@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7
- name: Pull Docker image
run: docker pull ghcr.io/pewu/topola-viewer:latest
@@ -40,7 +40,7 @@ jobs:
ghcr.io/pewu/topola-viewer:latest
- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: 24.x
cache: 'npm'
@@ -53,7 +53,7 @@ jobs:
- name: Cache Playwright Browsers
id: cache-playwright
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: ~/.cache/ms-playwright
key: playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}
@@ -80,7 +80,7 @@ jobs:
- name: Upload Playwright report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: prober-report-docker
path: playwright-report/