Skip to content

Commit 7849332

Browse files
authored
Merge pull request #29 from bids-standard/dependabot/github_actions/actions-infrastructure-7921bc0373
chore(deps): bump the actions-infrastructure group across 1 directory with 2 updates
2 parents d9ebe1f + 7065fb8 commit 7849332

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id-token: write
3434
attestations: write
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
with:
3838
fetch-depth: 0
3939
submodules: true
@@ -65,7 +65,7 @@ jobs:
6565
DEPENDS: ${{ matrix.dependencies }}
6666

6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v5
6969
with:
7070
submodules: true
7171

@@ -115,7 +115,7 @@ jobs:
115115

116116
steps:
117117
- name: Download packages built by build-and-inspect-python-package
118-
uses: actions/download-artifact@v4
118+
uses: actions/download-artifact@v5
119119
with:
120120
name: Packages
121121
path: dist

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
check: ['style', 'spellcheck']
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Set up Python
3434
uses: actions/setup-python@v5
3535
- name: Install tox

0 commit comments

Comments
 (0)