Skip to content

Commit 3549165

Browse files
chore(deps): bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `codecov/codecov-action` from 5.4.3 to 5.5.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.4.3...v5.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f67206a commit 3549165

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pr-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Download comment message
2626
id: download-artifact
2727
continue-on-error: true
28-
uses: actions/download-artifact@v4
28+
uses: actions/download-artifact@v5
2929
with:
3030
name: message
3131
path: /tmp/

.github/workflows/profiling.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
docker --version
5252
5353
- name: Checkout source
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
with:
5656
fetch-depth: 0
5757

@@ -133,7 +133,7 @@ jobs:
133133
runs-on: ubuntu-latest
134134
steps:
135135
- name: Checkout source
136-
uses: actions/checkout@v4
136+
uses: actions/checkout@v5
137137

138138
- name: Setup Go
139139
uses: actions/[email protected]
@@ -145,7 +145,7 @@ jobs:
145145
run: go install github.com/google/pprof@latest
146146

147147
- name: Download profiling artifacts
148-
uses: actions/download-artifact@v4
148+
uses: actions/download-artifact@v5
149149
with:
150150
name: profile-artifacts-${{ github.event.pull_request.number }}
151151
path: ./tmp

.github/workflows/test-and-codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: coverage-report
4343

4444
- name: Upload coverage reports to Codecov
45-
uses: codecov/codecov-action@v5.4.3
45+
uses: codecov/codecov-action@v5.5.0
4646
with:
4747
fail_ci_if_error: true
4848
files: ./coverage.out

0 commit comments

Comments
 (0)