Skip to content

Commit 576ad0f

Browse files
authored
Merge pull request #429 from stefanprodan/dependabot/github_actions/actions-fa1ae25fd8
build(deps): bump the actions group across 1 directory with 2 updates
2 parents 902e62b + 74ac24b commit 576ad0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v5
1818
- name: Setup Kubernetes
19-
uses: helm/kind-action@v1.12.0
19+
uses: helm/kind-action@v1.13.0
2020
with:
2121
cluster_name: kind
2222
- name: Build container image
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Timoni
5353
uses: stefanprodan/timoni/actions/setup@main
5454
- name: Setup Kubernetes
55-
uses: helm/kind-action@v1.12.0
55+
uses: helm/kind-action@v1.13.0
5656
with:
5757
cluster_name: kind
5858
- name: Build container

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v5
2020
- uses: sigstore/cosign-installer@v3
21-
- uses: fluxcd/flux2/[email protected].2
21+
- uses: fluxcd/flux2/[email protected].3
2222
- uses: stefanprodan/timoni/actions/[email protected]
2323
- name: Setup Notation CLI
2424
uses: notaryproject/notation-action/setup@v1

0 commit comments

Comments
 (0)