We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e6610 commit c72208fCopy full SHA for c72208f
3 files changed
.github/workflows/prerelease.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
23
with:
24
fetch-depth: 0
25
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
.github/workflows/validate-plugins.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: Checkout repository
- uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v6
0 commit comments