diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index df4b7a4..bec1642 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Unshallow run: | git fetch --prune --unshallow diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0f9f65d..c5c38b9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: - ubuntu-latest steps: - name: Close stale issues and PRs - uses: actions/stale@v9.1.0 + uses: actions/stale@v10.1.0 with: close-issue-message: This issue was closed because it has been stalled for 7 days with no activity. days-before-issue-close: "5" diff --git a/Dockerfile b/Dockerfile index 75df3c6..1528e49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.54.0-noble AS container +FROM mcr.microsoft.com/playwright:v1.57.0-noble AS container ARG GO_VERSION=1.25.0