mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-22 18:16:02 -04:00
Merge pull request #9657 from borgbackup/dependabot/github_actions/actions-c5db1ac7a0
build(deps): bump the actions group with 2 updates
This commit is contained in:
commit
e016a51cf2
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