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 3e3fa44 commit dd0c6ffCopy full SHA for dd0c6ff
2 files changed
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
app-id: ${{ secrets.ECOSCRIPT_APP_ID }}
20
private-key: ${{ secrets.ECOSCRIPT_APP_PRIVATE_KEY }}
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
- uses: pnpm/action-setup@v4
23
- uses: actions/setup-node@v6
24
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
name: Lint & Build
steps:
25
26
27
@@ -44,7 +44,7 @@ jobs:
44
- platform: ubuntu-latest
45
node-version: current
46
47
48
49
50
0 commit comments