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 34fe4d7 commit 9752e56Copy full SHA for 9752e56
3 files changed
.github/workflows/bump-version.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Checkout code
24
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
25
with:
26
token: ${{ secrets.DA_REPO_TOKEN }}
27
fetch-depth: 0
.github/workflows/check.yml
@@ -54,7 +54,7 @@ jobs:
54
- 3306:3306
55
56
57
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
58
- uses: actions/setup-node@v4
59
60
node-version: '20'
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
- name: 🧾 Checkout
33
34
35
- name: 🔎 Get package version
36
id: package_version
0 commit comments