Skip to content

Commit

Permalink
Merge pull request #93 from datawire/rlane/update-versions
Browse files Browse the repository at this point in the history
Update to latest release version (v0.2.9)
  • Loading branch information
rick-a-lane-ii authored Apr 2, 2024
2 parents 518b549 + f053601 commit 40b0770
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/provision-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Example Usage

```yaml
- uses: datawire/infra-actions/[email protected].5
- uses: datawire/infra-actions/[email protected].9
with:
distribution: Kubeception
version: 1.27
Expand All @@ -13,7 +13,7 @@
```
```yaml
- uses: datawire/infra-actions/[email protected].5
- uses: datawire/infra-actions/[email protected].9
with:
distribution: GKE
version: 1.27
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
version: 'v1.25.3'
- id: provision
uses: datawire/infra-actions/[email protected].8
uses: datawire/infra-actions/[email protected].9
with:
distribution: ${{ matrix.clusters.distribution }}
version: ${{ matrix.clusters.version }}
Expand Down
2 changes: 1 addition & 1 deletion docs/GITHUB_ACTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
# The provision-cluster action will automatically register a cleanup hook to remove the
# cluster it provisions when the job is done.
- uses: datawire/infra-actions/[email protected].0
- uses: datawire/infra-actions/[email protected].9
with:
distribution: ${{ matrix.clusters.distribution }}
version: ${{ matrix.clusters.version }}
Expand Down

0 comments on commit 40b0770

Please sign in to comment.