mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-21 09:26:06 -04:00
build(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [psf/black](https://github.com/psf/black) and [cross-platform-actions/action](https://github.com/cross-platform-actions/action).
Updates `psf/black` from 26.3.1 to 26.5.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](c6755bb741...87928e6d67)
Updates `cross-platform-actions/action` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/cross-platform-actions/action/releases)
- [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md)
- [Commits](https://github.com/cross-platform-actions/action/compare/v1.0.0...v1.1.0)
---
updated-dependencies:
- dependency-name: psf/black
dependency-version: 26.5.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
- dependency-name: cross-platform-actions/action
dependency-version: 1.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
adf7352695
commit
483798d79f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/black.yaml
vendored
2
.github/workflows/black.yaml
vendored
|
|
@ -25,6 +25,6 @@ jobs:
|
|||
timeout-minutes: 5
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: psf/black@c6755bb741b6481d6b3d3bb563c83fa060db96c9 # 26.3.1
|
||||
- uses: psf/black@87928e6d6761a4a6d22250e1fee5601b3998086e # 26.5.1
|
||||
with:
|
||||
version: "~= 24.0"
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -423,7 +423,7 @@ jobs:
|
|||
|
||||
- name: Test on ${{ matrix.display_name }}
|
||||
id: cross_os
|
||||
uses: cross-platform-actions/action@v1.0.0
|
||||
uses: cross-platform-actions/action@v1.1.0
|
||||
env:
|
||||
DO_BINARIES: ${{ matrix.do_binaries }}
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue