Skip to content

Commit 822d762

Browse files
authored
Merge pull request #103 from bids-standard/dependabot/github_actions/actions-infrastructure-c35c0c8c33
build(deps): bump the actions-infrastructure group across 1 directory with 3 updates
2 parents 14702de + ed9cae3 commit 822d762

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- name: Codespell
1919
uses: codespell-project/actions-codespell@v2

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Set up uv
1313
uses: astral-sh/setup-uv@v7
1414
- name: Sync environment

.github/workflows/package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
attestations: write
3434
id-token: write
3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 0
3939
- uses: hynek/build-and-inspect-python-package@v2
4040
with:
4141
path: bsmschema
4242
attest-build-provenance-github: ${{ github.event_name != 'pull_request' }}
4343
- name: Upload uv.lock
44-
uses: actions/upload-artifact@v5
44+
uses: actions/upload-artifact@v6
4545
with:
4646
name: Lockfile
4747
path: |
@@ -61,20 +61,20 @@ jobs:
6161
DEPENDS: ${{ matrix.dependencies }}
6262

6363
steps:
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565
if: matrix.source == 'repo'
6666
with:
6767
submodules: recursive
6868
fetch-depth: 0
6969
- name: Download packages built by build-and-inspect-python-package
7070
if: matrix.source == 'sdist'
71-
uses: actions/download-artifact@v6
71+
uses: actions/download-artifact@v7
7272
with:
7373
name: Packages
7474
path: dist
7575
- name: Download lockfile
7676
if: matrix.source == 'sdist'
77-
uses: actions/download-artifact@v6
77+
uses: actions/download-artifact@v7
7878
with:
7979
name: Lockfile
8080
- name: Extract sdist
@@ -114,7 +114,7 @@ jobs:
114114

115115
steps:
116116
- name: Download packages built by build-and-inspect-python-package
117-
uses: actions/download-artifact@v6
117+
uses: actions/download-artifact@v7
118118
with:
119119
name: Packages
120120
path: dist

0 commit comments

Comments
 (0)