Skip to content

Commit 5ac29bf

Browse files
Merge 41c8608 into 3bb102f
2 parents 3bb102f + 41c8608 commit 5ac29bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- windows-latest
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: Use Node.js ${{ matrix.node-version }}
3131
uses: actions/setup-node@v6
3232
with:

.github/workflows/sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout 🛎️
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
with:
1515
# Required to allow push to master without the checks/PR
1616
token: ${{ secrets.GH_PUSH_TOKEN }}

0 commit comments

Comments
 (0)