Skip to content

Commit 995a3aa

Browse files
authored
Merge pull request #64 from scikit-hep/dependabot/github_actions/actions-9f867b7eb8
Bump the actions group with 5 updates
2 parents 22db2d7 + da8755b commit 995a3aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Build dist
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424

@@ -36,13 +36,13 @@ jobs:
3636
attestations: write
3737

3838
steps:
39-
- uses: actions/download-artifact@v4
39+
- uses: actions/download-artifact@v5
4040
with:
4141
name: Packages
4242
path: dist
4343

4444
- name: Generate artifact attestation for sdist and wheel
45-
uses: actions/attest-build-provenance@v1
45+
uses: actions/attest-build-provenance@v3
4646
with:
4747
subject-path: "dist/*"
4848

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
name: Build docs
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: "3.x"
3030

@@ -45,7 +45,7 @@ jobs:
4545
done
4646
4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v3
48+
uses: actions/upload-pages-artifact@v4
4949
with:
5050
path: "docs/_build/html"
5151

0 commit comments

Comments
 (0)