Skip to content

Commit

Permalink
Merge pull request #1590 from fluxcd/dependabot/github_actions/ci-02c…
Browse files Browse the repository at this point in the history
…c0d4dbf

build(deps): bump the ci group with 3 updates
  • Loading branch information
stefanprodan authored Feb 7, 2024
2 parents 0a21699 + 785db00 commit f946e0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-ld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f946e0e

Please sign in to comment.