Skip to content

Commit 6b21cc3

Browse files
Merge branch 'main' into feat/STACKITCLI-361-iaas-sdk-migration
2 parents 583add8 + 3b7d230 commit 6b21cc3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6.0.2
20+
uses: actions/checkout@v6.0.3
2121

2222
- name: Install go
2323
uses: actions/setup-go@v6
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v6.0.2
50+
uses: actions/checkout@v6.0.3
5151

5252
- name: Check GoReleaser
5353
uses: goreleaser/goreleaser-action@v7.2.2

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6.0.2
26+
uses: actions/checkout@v6.0.3
2727
with:
2828
# Allow goreleaser to access older tag information.
2929
fetch-depth: 0
@@ -106,7 +106,7 @@ jobs:
106106
AWS_SECRET_ACCESS_KEY: ${{ secrets.OBJECT_STORAGE_SECRET_ACCESS_KEY }}
107107
steps:
108108
- name: Checkout
109-
uses: actions/checkout@v6.0.2
109+
uses: actions/checkout@v6.0.3
110110

111111
# use the artifacts from the "goreleaser" job
112112
- name: Download artifacts from workflow
@@ -144,7 +144,7 @@ jobs:
144144
AWS_ENDPOINT_URL: https://object.storage.eu01.onstackit.cloud
145145
steps:
146146
- name: Checkout
147-
uses: actions/checkout@v6.0.2
147+
uses: actions/checkout@v6.0.3
148148

149149
- name: Download artifacts from workflow
150150
uses: actions/download-artifact@v8

INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
The STACKIT CLI is available on all major platforms via [mise](https://mise.jdx.dev/):
1212

1313
```shell
14-
mise u -g github:/stackitcloud/stackit-cli
14+
mise u -g github:stackitcloud/stackit-cli
1515
```
1616

1717
### macOS

0 commit comments

Comments
 (0)