Skip to content

Commit 49ebf4c

Browse files
Bump the github-actions group with 3 updates (#232)
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [jdx/mise-action](https://github.com/jdx/mise-action) 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 `jdx/mise-action` from 2 to 3 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@v2...v3) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- 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: jdx/mise-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b271f3e commit 49ebf4c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/service-pipeline.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
working-directory: ${{ inputs.service-path }}
4848

4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v5
5151

52-
- uses: jdx/mise-action@v2
52+
- uses: jdx/mise-action@v3
5353
with:
5454
version: 2024.12.18
5555
experimental: true
@@ -65,7 +65,7 @@ jobs:
6565
run: mise run test:coverage
6666

6767
- name: Upload coverage reports
68-
uses: codecov/codecov-action@v4
68+
uses: codecov/codecov-action@v5
6969
if: ${{ inputs.enable-coverage && always() }}
7070
with:
7171
files: ${{ inputs.service-path }}/coverage/**/coverage.cobertura.xml
@@ -81,7 +81,7 @@ jobs:
8181
contents: read
8282
id-token: write
8383
steps:
84-
- uses: actions/checkout@v4
84+
- uses: actions/checkout@v5
8585
- uses: nais/platform-build-push-sign@main
8686
id: image
8787
with:
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
if: github.ref == 'refs/heads/main'
104104
steps:
105-
- uses: actions/checkout@v4
105+
- uses: actions/checkout@v5
106106
- uses: nais/deploy/actions/deploy@v2
107107
env:
108108
CLUSTER: dev-gcp

0 commit comments

Comments
 (0)