Skip to content

Commit 847574f

Browse files
authored
Merge pull request #97 from bids-standard/dependabot/github_actions/actions-infrastructure-7921bc0373
build(deps): bump the actions-infrastructure group with 2 updates
2 parents 99ee5b2 + 08964ae commit 847574f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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@v4
17+
uses: actions/checkout@v5
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@v4
11+
- uses: actions/checkout@v5
1212
- name: Set up uv
1313
uses: astral-sh/setup-uv@v6
1414
- name: Sync environment

.github/workflows/package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
attestations: write
3434
id-token: write
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
with:
3838
fetch-depth: 0
3939
- uses: hynek/build-and-inspect-python-package@v2
@@ -61,20 +61,20 @@ jobs:
6161
DEPENDS: ${{ matrix.dependencies }}
6262

6363
steps:
64-
- uses: actions/checkout@v4
64+
- uses: actions/checkout@v5
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@v4
71+
uses: actions/download-artifact@v5
7272
with:
7373
name: Packages
7474
path: dist
7575
- name: Download lockfile
7676
if: matrix.source == 'sdist'
77-
uses: actions/download-artifact@v4
77+
uses: actions/download-artifact@v5
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@v4
117+
uses: actions/download-artifact@v5
118118
with:
119119
name: Packages
120120
path: dist

0 commit comments

Comments
 (0)