Skip to content

Commit 7987852

Browse files
dependabot[bot]syyyr
authored andcommitted
Bump the github-actions-deps group across 1 directory with 2 updates
Bumps the github-actions-deps group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [syyyr/rust-pycobertura-action](https://github.com/syyyr/rust-pycobertura-action). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `syyyr/rust-pycobertura-action` from 3.0.0 to 4.0.1 - [Release notes](https://github.com/syyyr/rust-pycobertura-action/releases) - [Commits](silicon-heaven/rust-pycobertura-action@v3.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps - dependency-name: syyyr/rust-pycobertura-action dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ca135c commit 7987852

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-version-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
- name: Check version bump
2626
id: version-check
2727
continue-on-error: ${{startsWith(github.head_ref, 'dependabot/')}}
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Checkout code
4747
if: steps.version-check.outcome == 'failure'
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
with:
5050
fetch-depth: 0
5151
ref: ${{github.head_ref}}

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: Clippy
2525
run: cargo clippy --verbose --all-targets --all-features
2626
- name: Build
@@ -33,6 +33,6 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Generate coverage
36-
uses: syyyr/rust-pycobertura-action@v3.0.0
36+
uses: syyyr/rust-pycobertura-action@v4.0.1
3737
with:
3838
project_name: historyprovider-rs

0 commit comments

Comments
 (0)