Skip to content

Commit cf6d70f

Browse files
Merge pull request #9803 from borgbackup/dependabot/github_actions/actions-d9db5a10fc
build(deps): bump the actions group with 2 updates
2 parents cb6b4a3 + ea6ef5f commit cf6d70f

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
startsWith(github.event.comment.body, '/backport')
3232
)
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
- name: Create backport pull requests
3636
uses: korthout/backport-action@v4
3737
with:

.github/workflows/black.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
timeout-minutes: 5
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
- uses: psf/black@87928e6d6761a4a6d22250e1fee5601b3998086e # 26.5.1
2929
with:
3030
version: "~= 24.0"

.github/workflows/canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
toxenv: py314-none
3333

3434
steps:
35-
- uses: actions/checkout@v6
35+
- uses: actions/checkout@v7
3636
with:
3737
fetch-depth: 0
3838
fetch-tags: true
@@ -111,7 +111,7 @@ jobs:
111111
shell: msys2 {0}
112112

113113
steps:
114-
- uses: actions/checkout@v6
114+
- uses: actions/checkout@v7
115115
with:
116116
fetch-depth: 0
117117

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 5
3636

3737
steps:
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939
- uses: astral-sh/ruff-action@v3
4040

4141
security:
@@ -44,7 +44,7 @@ jobs:
4444
timeout-minutes: 5
4545

4646
steps:
47-
- uses: actions/checkout@v6
47+
- uses: actions/checkout@v7
4848
- name: Set up Python
4949
uses: actions/setup-python@v6
5050
with:
@@ -64,7 +64,7 @@ jobs:
6464
needs: [lint]
6565

6666
steps:
67-
- uses: actions/checkout@v6
67+
- uses: actions/checkout@v7
6868
with:
6969
# Just fetching one commit is not enough for setuptools-scm, so we fetch all.
7070
fetch-depth: 0
@@ -167,7 +167,7 @@ jobs:
167167
timeout-minutes: 360
168168

169169
steps:
170-
- uses: actions/checkout@v6
170+
- uses: actions/checkout@v7
171171
with:
172172
# Just fetching one commit is not enough for setuptools-scm, so we fetch all.
173173
fetch-depth: 0
@@ -415,14 +415,14 @@ jobs:
415415

416416
steps:
417417
- name: Check out repository
418-
uses: actions/checkout@v6
418+
uses: actions/checkout@v7
419419
with:
420420
fetch-depth: 0
421421
fetch-tags: true
422422

423423
- name: Test on ${{ matrix.display_name }}
424424
id: cross_os
425-
uses: cross-platform-actions/action@v1.2.0
425+
uses: cross-platform-actions/action@v1.3.0
426426
env:
427427
DO_BINARIES: ${{ matrix.do_binaries }}
428428
with:
@@ -637,7 +637,7 @@ jobs:
637637
shell: msys2 {0}
638638

639639
steps:
640-
- uses: actions/checkout@v6
640+
- uses: actions/checkout@v7
641641
with:
642642
fetch-depth: 0
643643

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v6
49+
uses: actions/checkout@v7
5050
with:
5151
# Just fetching one commit is not enough for setuptools-scm, so we fetch all.
5252
fetch-depth: 0

0 commit comments

Comments
 (0)