Skip to content

Commit be373d0

Browse files
committed
🔁 Update actions/setup-node GitHub Action to v7
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 64da1f4 commit be373d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v7
2222

2323
- name: Use Node.js ${{ matrix.node_version }}
24-
uses: actions/setup-node@v6
24+
uses: actions/setup-node@v7
2525
with:
2626
node-version: ${{ matrix.node_version }}
2727

0 commit comments

Comments
 (0)