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.
2 parents 87d6268 + fa335a2 commit 2a9a9abCopy full SHA for 2a9a9ab
2 files changed
workflow-templates/npm-publish.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-20.04
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
with:
15
fetch-depth: 0
16
- name: Setup Node.js
workflow-templates/pypi-publish.yml
@@ -11,7 +11,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v5
17
0 commit comments