Skip to content

Commit

Permalink
Merge pull request #92 from cpanato/update-zeitgeist
Browse files Browse the repository at this point in the history
update zeitgeist to v0.5.4
  • Loading branch information
k8s-ci-robot authored Oct 21, 2024
2 parents 10cf204 + 086339d commit ee10ed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup-zeitgeist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the following entry to your Github workflow YAML file:
```yaml
uses: kubernetes-sigs/setup-zeitgeist@main
with:
zeitgeist-release: '0.4.3' # optional
zeitgeist-release: '0.5.4' # optional
```
Example using a pinned version:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install zeitgeist
uses: kubernetes-sigs/setup-zeitgeist@main
with:
zeitgeist-release: '0.4.3' # optional
zeitgeist-release: '0.5.4' # optional
- name: Check install!
run: zeitgeist version
```
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.23
check-latest: true
- name: Install zeitgeist
uses: kubernetes-sigs/release-actions/setup-zeitgeist@main
Expand Down
2 changes: 1 addition & 1 deletion setup-zeitgeist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
zeitgeist-release:
description: 'zeitgeist release version to be installed'
required: false
default: '0.5.3'
default: '0.5.4'
remote-version:
description: 'install zeitgeist that can check depencies from upstream repositories/registries. If false will install the local version only that only check local dependencies'
required: false
Expand Down

0 comments on commit ee10ed2

Please sign in to comment.