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 560bf28 commit 1860977Copy full SHA for 1860977
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
timeout-minutes: 25
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
31
- name: Setup SSH Agent
32
uses: webfactory/[email protected]
33
with:
.github/workflows/publish_release.yml
@@ -22,7 +22,7 @@ jobs:
22
id-token: write
23
24
25
26
- name: Use supported Node.js Version
uses: actions/setup-node@v4
0 commit comments