We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d18d2c commit d0e2c81Copy full SHA for d0e2c81
README.md
@@ -11,7 +11,7 @@ Note that the action queries the GitHub API to list the available releases of `s
11
```yaml
12
steps:
13
- name: Install spacectl
14
- uses: spacelift-io/setup-spacectl@v1
+ uses: spacelift-io/setup-spacectl@v2
15
16
- name: Deploy infrastructure
17
env:
@@ -26,7 +26,7 @@ You can optionally provide a specific version:
26
27
28
29
30
with:
31
version: v1.15.0
32
```
action.yml
@@ -14,5 +14,5 @@ inputs:
default: ${{ github.token }}
runs:
- using: node20
+ using: node24
18
main: dist/index.js
0 commit comments