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 585fb4d commit d7010b2Copy full SHA for d7010b2
.github/workflows/auto-merge.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout code
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
21
- name: Set up Node.js
22
uses: actions/setup-node@v4
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
33
- name: Checkout
34
35
- name: Detect package manager
36
id: detect-package-manager
37
run: |
0 commit comments