Skip to content

Commit 400375f

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [mschilde/auto-label-merge-conflicts](https://github.com/mschilde/auto-label-merge-conflicts). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `mschilde/auto-label-merge-conflicts` from 591722e97f3c4142df3eca156ed0dcf2bcd362bd to 3fdaf1c8b3f8e5b0f88753d9cb3c9c779370b3ef - [Release notes](https://github.com/mschilde/auto-label-merge-conflicts/releases) - [Commits](mschilde/auto-label-merge-conflicts@591722e...3fdaf1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: mschilde/auto-label-merge-conflicts dependency-version: 3fdaf1c8b3f8e5b0f88753d9cb3c9c779370b3ef dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a393e5 commit 400375f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 10
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414

1515
- name: Install pkg
1616
run: pip install "check-jsonschema>=0.10"

.github/workflows/docker-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- { ubuntu_version: "24.04", python_version: "3.13", opencv_version: "4.13.0", device: "gpu", cuda_version: "12.8.0" }
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737
# https://github.com/docker/setup-buildx-action
3838
# Set up Docker Buildx - to use cache-from and cache-to argument of buildx command
3939
- uses: docker/setup-buildx-action@v4

.github/workflows/label-conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
triage-conflicts:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: mschilde/auto-label-merge-conflicts@591722e97f3c4142df3eca156ed0dcf2bcd362bd # Jul 20, 2023
17+
- uses: mschilde/auto-label-merge-conflicts@3fdaf1c8b3f8e5b0f88753d9cb3c9c779370b3ef # Jul 20, 2023
1818
with:
1919
CONFLICT_LABEL_NAME: "has conflicts"
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)