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 ee653b3 commit e102649Copy full SHA for e102649
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
container: node:lts
7
timeout-minutes: 15
8
steps:
9
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v5
10
- name: Prepare
11
run: npm ci
12
- name: Publish
0 commit comments