Skip to content

Commit

Permalink
chore: change specific version to check in test-setup job to 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpage committed Feb 19, 2025
1 parent c02231f commit ac9ee8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
- name: Setup scalingo CLI
uses: ./
with:
version: 1.28.1
version: 1.33.0
region: 'osc-fr1'
- name: Check version
run: |
# given
wanted_version=1.28.1
wanted_version=1.33.0
# when
installed_version=$(scalingo --version)
# then
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ steps:
- uses: scalingo-community/[email protected]
with:
region: 'osc-fr1'
version: 1.28.2
version: 1.33.0
```
<!-- x-release-please-end -->

0 comments on commit ac9ee8a

Please sign in to comment.