Skip to content

Commit a654292

Browse files
committed
update CI actions
1 parent bf8e4c6 commit a654292

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/awaitqueue.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434

3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838

3939
- name: Node.js
40-
uses: actions/setup-node@v4
40+
uses: actions/setup-node@v6
4141
with:
4242
node-version: ${{ matrix.ci.node }}
4343

4444
- name: Configure cache
45-
uses: actions/cache@v3
45+
uses: actions/cache@v5
4646
with:
4747
path: |
4848
~/.npm

0 commit comments

Comments
 (0)