Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update github actions
Browse files Browse the repository at this point in the history
renovate[bot] authored Feb 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b9cbc2d commit 5a22984
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ on:
- pull_request

env:
helm-version: v3.11.0
helm-version: v3.11.1

jobs:
test:
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
helm-version: v3.11.0
helm-version: v3.11.1

jobs:
release:
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ on:
- pull_request

env:
go-version: 1.19.5
go-version: 1.20.1

jobs:
lint:

0 comments on commit 5a22984

Please sign in to comment.