Skip to content

Commit 0f6584b

Browse files
ksroda-saclaude
andcommitted
Bump actions to v6 in test-js.yml and run prettier on token-refresh
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 32a9aa8 commit 0f6584b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
outputs:
2121
matrix: ${{ steps.find.outputs.matrix }}
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- id: find
2525
run: |
2626
DIRS=$(find samples -name "package.json" -not -path "*/node_modules/*" -exec dirname {} \; 2>/dev/null | sort | jq -R -s -c 'split("\n") | map(select(. != ""))')
@@ -35,8 +35,8 @@ jobs:
3535
matrix:
3636
project: ${{ fromJson(needs.find-projects.outputs.matrix) }}
3737
steps:
38-
- uses: actions/checkout@v4
39-
- uses: actions/setup-node@v4
38+
- uses: actions/checkout@v6
39+
- uses: actions/setup-node@v6
4040
with:
4141
node-version: "22"
4242
- name: Enable Corepack

0 commit comments

Comments
 (0)