Skip to content

Commit bb64c2f

Browse files
committed
Update GitHub actions versions
1 parent b27fd78 commit bb64c2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/comment-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Create Comment
12-
uses: peter-evans/create-or-update-comment@v1.4.2
12+
uses: peter-evans/create-or-update-comment@v4.0.0
1313
with:
1414
issue-number: ${{ github.event.issue.number }}
1515
body: |

.github/workflows/testsuite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
- name: setup node
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 22
20+
node-version: 24
2121

2222
- name: cache dependencies
2323
uses: actions/cache@v4
2424
with:
2525
path: ~/.npm
26-
key: ${{ runner.os }}-node-22-${{ hashFiles('**/package-lock.json') }}
26+
key: ${{ runner.os }}-node-24-${{ hashFiles('**/package-lock.json') }}
2727
restore-keys: |
28-
${{ runner.os }}-node-22-
28+
${{ runner.os }}-node-24-
2929
3030
- run: |
3131
npm ci

0 commit comments

Comments
 (0)