Skip to content

Commit 785db00

Browse files
build(deps): bump the ci group with 3 updates
Bumps the ci group with 3 updates: [actions/cache](https://github.com/actions/cache), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). Updates `actions/cache` from 3.3.2 to 4.0.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.2...v4.0.0) Updates `codecov/codecov-action` from 3 to 4 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) Updates `sigstore/cosign-installer` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a88c056 commit 785db00

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)