Skip to content

Commit a687c0b

Browse files
chore: upgrade actions and deps. (#123)
* build(deps): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [follow-redirects](https://github.com/follow-redirects/follow-redirects) and [picomatch](https://github.com/micromatch/picomatch). Updates `follow-redirects` from 1.15.11 to 1.16.0 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.11...v1.16.0) Updates `picomatch` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.3...4.0.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-version: 1.16.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * chore: upgrade actions and deps. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c161177 commit a687c0b

5 files changed

Lines changed: 67 additions & 67 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6.0.1
18+
uses: actions/checkout@v6.0.2
1919

2020
- name: Setup Node
21-
uses: actions/setup-node@v6.2.0
21+
uses: actions/setup-node@v6.4.0
2222
with:
2323
node-version: '24.14.0'
2424

2525
- name: Install Dependencies
2626
run: npm ci
2727

2828
- name: Save error log
29-
uses: actions/upload-artifact@v6.0.0
29+
uses: actions/upload-artifact@v7.0.1
3030
if: ${{ failure() }}
3131
with:
3232
name: npm-debug-log-${{ hashFiles('package-lock.json') }}

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6.0.1
24+
uses: actions/checkout@v6.0.2
2525

2626
- name: Setup Node
27-
uses: actions/setup-node@v6.2.0
27+
uses: actions/setup-node@v6.4.0
2828
with:
2929
node-version: '24.14.0'
3030

@@ -35,13 +35,13 @@ jobs:
3535
run: npm run build
3636

3737
- name: Setup Pages
38-
uses: actions/configure-pages@v5.0.0
38+
uses: actions/configure-pages@v6.0.0
3939

4040
- name: Upload Pages artifact
41-
uses: actions/upload-pages-artifact@v3.0.1
41+
uses: actions/upload-pages-artifact@v5.0.0
4242
with:
4343
path: dist
4444

4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v4.0.5
47+
uses: actions/deploy-pages@v5.0.0

.github/workflows/playwright.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060

6161
steps:
6262
- name: Checkout
63-
uses: actions/checkout@v6.0.1
63+
uses: actions/checkout@v6.0.2
6464

6565
- name: Setup Node
66-
uses: actions/setup-node@v6.2.0
66+
uses: actions/setup-node@v6.4.0
6767
with:
6868
node-version: '24.14.0'
6969
cache: npm
@@ -75,7 +75,7 @@ jobs:
7575
run: npm run check-types
7676

7777
- name: Cache Playwright Browsers
78-
uses: actions/cache@v5
78+
uses: actions/cache@v5.0.5
7979
with:
8080
path: ~/.cache/ms-playwright
8181
key: ${{ runner.os }}-playwright-${{ matrix.browser }}-${{ hashFiles('package-lock.json') }}
@@ -96,15 +96,15 @@ jobs:
9696
npm run test:e2e -- --project=${{ matrix.browser }} --workers=${{ matrix.workers }} $SHARD_ARGS
9797
9898
- name: Upload Playwright report
99-
uses: actions/upload-artifact@v6.0.0
99+
uses: actions/upload-artifact@v7.0.1
100100
if: ${{ failure() }}
101101
with:
102102
name: playwright-report-${{ matrix.browser }}-${{ matrix.shardIndex }}of${{ matrix.shardTotal }}
103103
path: playwright-report
104104
if-no-files-found: ignore
105105

106106
- name: Upload Playwright test results
107-
uses: actions/upload-artifact@v6.0.0
107+
uses: actions/upload-artifact@v7.0.1
108108
if: ${{ failure() }}
109109
with:
110110
name: test-results-${{ matrix.browser }}-${{ matrix.shardIndex }}of${{ matrix.shardTotal }}

package-lock.json

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@html-eslint/parser": "^0.58.1",
5151
"@playwright/test": "^1.58.2",
5252
"@types/node": "^25.5.0",
53-
"@typescript-eslint/parser": "^8.57.1",
53+
"@typescript-eslint/parser": "^8.59.1",
5454
"esbuild": "^0.27.4",
5555
"eslint": "^10.0.3",
5656
"eslint-plugin-playwright": "^2.10.0",

0 commit comments

Comments
 (0)