Merge pull request #1590 from fluxcd/dependabot/github_actions/ci-02cc0d4dbf

build(deps): bump the ci group with 3 updates
This commit is contained in:
Stefan Prodan 2024-02-07 13:35:24 +02:00 committed by GitHub
commit f946e0e9e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Restore Go cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@ -48,7 +48,7 @@ jobs:
exit 1
fi
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.txt
- name: Build container image

View File

@ -17,7 +17,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- uses: sigstore/cosign-installer@v3.3.0
- uses: sigstore/cosign-installer@v3.4.0
- name: Prepare
id: prep
run: |

View File

@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: fluxcd/flux2/action@main
- uses: sigstore/cosign-installer@v3.3.0
- uses: sigstore/cosign-installer@v3.4.0
- name: Prepare
id: prep
run: |