Skip to content

Commit f946e0e

Browse files
authored
Merge pull request #1590 from fluxcd/dependabot/github_actions/ci-02cc0d4dbf
build(deps): bump the ci group with 3 updates
2 parents 0a21699 + 785db00 commit f946e0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222
- name: Restore Go cache
23-
uses: actions/cache@v3.3.2
23+
uses: actions/cache@v4.0.0
2424
with:
2525
path: ~/go/pkg/mod
2626
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -48,7 +48,7 @@ jobs:
4848
exit 1
4949
fi
5050
- name: Upload coverage to Codecov
51-
uses: codecov/codecov-action@v3
51+
uses: codecov/codecov-action@v4
5252
with:
5353
file: ./coverage.txt
5454
- name: Build container image

.github/workflows/push-ld.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
packages: write
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: sigstore/cosign-installer@v3.3.0
20+
- uses: sigstore/cosign-installer@v3.4.0
2121
- name: Prepare
2222
id: prep
2323
run: |

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: fluxcd/flux2/action@main
32-
- uses: sigstore/cosign-installer@v3.3.0
32+
- uses: sigstore/cosign-installer@v3.4.0
3333
- name: Prepare
3434
id: prep
3535
run: |

0 commit comments

Comments
 (0)