We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bb102f + 41c8608 commit 5ac29bfCopy full SHA for 5ac29bf
.github/workflows/node.js.yml
@@ -26,7 +26,7 @@ jobs:
26
- windows-latest
27
28
steps:
29
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
30
- name: Use Node.js ${{ matrix.node-version }}
31
uses: actions/setup-node@v6
32
with:
.github/workflows/sponsors.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- name: Checkout 🛎️
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
15
# Required to allow push to master without the checks/PR
16
token: ${{ secrets.GH_PUSH_TOKEN }}
0 commit comments