Skip to content

Commit 70747b7

Browse files
authored
Merge pull request #6 from Deltakit/dependabot/github_actions/actions-c6e3b5f799
Bump the actions group with 5 updates
2 parents bd049da + 00315a6 commit 70747b7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Set up Node.js
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v5
3333
with:
3434
node-version: "22.x"
3535
- name: Install Node.js dependencies and build JS
@@ -61,13 +61,13 @@ jobs:
6161
github.ref == 'refs/heads/main'
6262
steps:
6363
- name: Checkout repo
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565

6666
- name: Fetch tags
6767
run: git fetch --tags
6868

6969
- name: Set up Python
70-
uses: actions/setup-python@v5
70+
uses: actions/setup-python@v6
7171
with:
7272
python-version: "3.x"
7373

@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/configure-pages@v5
9494

9595
- name: Upload Pages artifact
96-
uses: actions/upload-pages-artifact@v3
96+
uses: actions/upload-pages-artifact@v4
9797
with:
9898
path: docs/_build/html
9999

@@ -119,7 +119,7 @@ jobs:
119119
path: dist
120120

121121
- name: Generate artifact attestation for sdist and wheel
122-
uses: actions/attest-build-provenance@v2
122+
uses: actions/attest-build-provenance@v3
123123
with:
124124
subject-path: "dist/*"
125125

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
28-
- uses: actions/setup-python@v5
28+
- uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.x"
3131

@@ -52,13 +52,13 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454

55-
- uses: actions/setup-python@v5
55+
- uses: actions/setup-python@v6
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
allow-prereleases: true
5959

6060
- name: Set up Node.js
61-
uses: actions/setup-node@v4
61+
uses: actions/setup-node@v5
6262
with:
6363
node-version: "22.x"
6464

0 commit comments

Comments
 (0)