We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6d342b + 1b67db9 commit 115892eCopy full SHA for 115892e
2 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout code
14
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
15
16
- name: Set up Node.js
17
uses: actions/setup-node@v6
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
- name: Checkout Repo
21
22
with:
23
fetch-depth: 0
24
0 commit comments