Skip to content

Commit ec1759d

Browse files
authored
Merge pull request #3 from econ-ark/dependabot/github_actions/actions-9c6e71cad6
Bump the actions group across 1 directory with 3 updates
2 parents caffb90 + 3cc36a5 commit ec1759d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: dist
5050

5151
- name: Generate artifact attestation for sdist and wheel
52-
uses: actions/attest-build-provenance@v2
52+
uses: actions/attest-build-provenance@v3
5353
with:
5454
subject-path: "dist/*"
5555

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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

@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
fetch-depth: 0
5858

59-
- uses: actions/setup-python@v5
59+
- uses: actions/setup-python@v6
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262
allow-prereleases: true

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v5
3333
- name: Setup Pages
3434
uses: actions/configure-pages@v5
35-
- uses: actions/setup-node@v4
35+
- uses: actions/setup-node@v5
3636
with:
3737
node-version: 18.x
3838
- name: Install MyST Markdown

0 commit comments

Comments
 (0)