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 7d7143f commit 1cb53c7Copy full SHA for 1cb53c7
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
node:
13
- '18'
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
16
- uses: actions/setup-node@v3
17
with:
18
node-version: ${{ matrix.node }}
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
persist-credentials: false
- name: Setup Node.js
0 commit comments