mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-23 12:11:51 +00:00
chore: update all GitHub Actions to their latest versions
This commit is contained in:
8
.github/workflows/prober-docker.yml
vendored
8
.github/workflows/prober-docker.yml
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user