Skip to content

Commit bd28bac

Browse files
chore(deps): update github actions
1 parent df4aa9a commit bd28bac

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ls -R $CACHE_DIR
5555
5656
- name: Self-hosted Renovate
57-
uses: renovatebot/github-action@39b914146caeff8cd512e61c8992f1d5913af85c # v46.2.5
57+
uses: renovatebot/github-action@37beffda261423addd537c33f2d126df7f6ffbab # v46.2.6
5858
with:
5959
configurationFile: .github/renovate.json5
6060
token: ${{ steps.get_token.outputs.token }}

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2929
3030
- name: Check hub-manager if values schema is up-to-date
31-
uses: losisin/helm-values-schema-json-action@9f555986124362af978a9861cf0f81e1956300ad # v3.1.0
31+
uses: losisin/helm-values-schema-json-action@9ed68d9d464a5e6f7f5fc1f3dc071828cf7d13a2 # v3.2.0
3232
with:
3333
working-directory: hub-manager
3434
fail-on-diff: true
3535
useHelmDocs: true
3636

3737
- name: Check traefik if values schema is up-to-date
38-
uses: losisin/helm-values-schema-json-action@9f555986124362af978a9861cf0f81e1956300ad # v3.1.0
38+
uses: losisin/helm-values-schema-json-action@9ed68d9d464a5e6f7f5fc1f3dc071828cf7d13a2 # v3.2.0
3939
with:
4040
working-directory: traefik
4141
fail-on-diff: true
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Create kind cluster
103103
if: steps.check.outputs.release
104-
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0
104+
uses: helm/kind-action@06c1ae10762d3b9c1644e7fe69596ae519e015a2 # v1.15.0
105105

106106
- name: Install LB on Kind
107107
if: steps.check.outputs.release

0 commit comments

Comments
 (0)