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.
1 parent 3311754 commit 0290b21Copy full SHA for 0290b21
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
if: ${{ !github.event.pull_request || github.event.pull_request.draft == false }}
26
runs-on: ubuntu-24.04
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
30
- name: Install Node.js
31
uses: actions/setup-node@v4
.github/workflows/update-readme.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- name: Check out repo
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
with:
15
token: ${{ secrets.WORKFLOW_PUSH_BOT_TOKEN }}
16
0 commit comments