From bdb099668832aba2f209e457feb40e52cea8b4c7 Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Tue, 9 Sep 2025 14:09:26 +0200 Subject: [PATCH 1/3] Update deploy.yaml --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 91caf4645..dfc2ab1c1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js 22 uses: actions/setup-node@v4 with: From ca8a5ead1d848f528f2d8a6f90733ee5dbe3497c Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Tue, 9 Sep 2025 14:09:39 +0200 Subject: [PATCH 2/3] Update test-deploy.yaml --- .github/workflows/test-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-deploy.yaml b/.github/workflows/test-deploy.yaml index fec7026a8..00fc7a50d 100644 --- a/.github/workflows/test-deploy.yaml +++ b/.github/workflows/test-deploy.yaml @@ -14,7 +14,7 @@ jobs: matrix: node-version: [20, 22, 24] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: actions/setup-node@v4 @@ -27,4 +27,4 @@ jobs: - name: Test build website run: | npm run build:spec - npm run build:docs \ No newline at end of file + npm run build:docs From 78db01e48a3abbfb1940274f8728d9db3e77c914 Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Tue, 9 Sep 2025 14:09:48 +0200 Subject: [PATCH 3/3] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index afb1b97b0..48207da55 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ jobs: lint-and-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js 22 uses: actions/setup-node@v4 with: