Skip to content

Commit

Permalink
Merge pull request #23 from Leaseweb/dependabot/github_actions/all-gi…
Browse files Browse the repository at this point in the history
…thub-actions-d73ece65e6

🌱 Bump the all-github-actions group with 3 updates
  • Loading branch information
hrak authored Aug 13, 2024
2 parents 544894b + 60fa6f5 commit 98127e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Run go test with coverage
run: COVER_PROFILE=coverage.txt make test
- name: Codecov upload
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v4.5.0
with:
files: ./cover.out
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')

- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: make release-manifests

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
prerelease: false
draft: true
Expand Down

0 comments on commit 98127e1

Please sign in to comment.