From a33d3b70e16036a5d0d157c737502b1ba020a64b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 12 May 2026 16:59:22 +0000
Subject: [PATCH] Update all
---
.github/workflows/deploy.yml | 12 ++++++------
.github/workflows/labelsync.yml | 4 ++--
.github/workflows/lint.yml | 12 ++++++------
.github/workflows/test.yml | 12 ++++++------
index.html | 4 ++--
package.json | 22 +++++++++++-----------
6 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 7f70c0b..d57892b 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -8,17 +8,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
- name: Install Node.js
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
with:
- node-version: 18
+ node-version: 24
- name: Install pnpm
- uses: pnpm/action-setup@v2.2.4
+ uses: pnpm/action-setup@v6.0.8
with:
- version: 7
+ version: 11
run_install: false
- name: Get pnpm store directory
@@ -26,7 +26,7 @@ jobs:
run: |
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
- - uses: actions/cache@v3
+ - uses: actions/cache@v5
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
diff --git a/.github/workflows/labelsync.yml b/.github/workflows/labelsync.yml
index 4e21502..7f4ba7c 100644
--- a/.github/workflows/labelsync.yml
+++ b/.github/workflows/labelsync.yml
@@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
- name: Sync labels
- uses: crazy-max/ghaction-github-labeler@v4
+ uses: crazy-max/ghaction-github-labeler@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index ce92e9e..2822191 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -6,17 +6,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
- name: Install Node.js
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
with:
- node-version: 18
+ node-version: 24
- name: Install pnpm
- uses: pnpm/action-setup@v2.2.4
+ uses: pnpm/action-setup@v6.0.8
with:
- version: 7
+ version: 11
run_install: false
- name: Get pnpm store directory
@@ -24,7 +24,7 @@ jobs:
run: |
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
- - uses: actions/cache@v3
+ - uses: actions/cache@v5
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 84d7f71..f93edf4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -6,17 +6,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
- name: Install Node.js
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
with:
- node-version: 18
+ node-version: 24
- name: Install pnpm
- uses: pnpm/action-setup@v2.2.4
+ uses: pnpm/action-setup@v6.0.8
with:
- version: 7
+ version: 11
run_install: false
- name: Get pnpm store directory
@@ -24,7 +24,7 @@ jobs:
run: |
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
- - uses: actions/cache@v3
+ - uses: actions/cache@v5
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
diff --git a/index.html b/index.html
index 66728cd..ad02601 100644
--- a/index.html
+++ b/index.html
@@ -13,10 +13,10 @@
-
+