Skip to content

Commit

Permalink
chore(deps): Update github actions deps (#1597)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 24, 2023
1 parent ad1c460 commit 26f2579
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Expand Up @@ -38,7 +38,7 @@ jobs:
run: helmfile init --force

- name: Install KinD
uses: helm/kind-action@v1.5.0
uses: helm/kind-action@v1.7.0
with:
cluster_name: cerbos-e2e
config: e2e/kind.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yaml
Expand Up @@ -194,7 +194,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Buf
uses: bufbuild/buf-setup-action@v1.18.0
uses: bufbuild/buf-setup-action@v1.19.0
with:
github_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Buf
uses: bufbuild/buf-setup-action@v1.18.0
uses: bufbuild/buf-setup-action@v1.19.0
with:
github_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Buf
uses: bufbuild/buf-setup-action@v1.18.0
uses: bufbuild/buf-setup-action@v1.19.0
with:
github_token: ${{ github.token }}

Expand Down

0 comments on commit 26f2579

Please sign in to comment.