Skip to content

Commit 663b12d

Browse files
committed
updated versions like a human dependabot
1 parent 7a1e5e0 commit 663b12d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
name: "Execute and convert the notebooks to HTML"
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v4.6.0
20+
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.9
22+
python-version: 3.12
2323

2424
- name: Install dependencies
2525
run: |
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo "::set-output name=artifactName::rendered-tutorials"
4242
43-
- uses: actions/upload-artifact@v3
43+
- uses: actions/upload-artifact@v4
4444
with:
4545
name: ${{ steps.nameartifact.outputs.artifactName }}
4646
path: _build

.github/workflows/prs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
name: "Execute and convert the notebooks to HTML"
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v4.6.0
24+
uses: actions/setup-python@v5
2525
with:
26-
python-version: 3.9
26+
python-version: 3.12
2727

2828
- name: Install dependencies
2929
run: |
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
echo "::set-output name=artifactName::rendered-tutorials"
5454
55-
- uses: actions/upload-artifact@v3
55+
- uses: actions/upload-artifact@v4
5656
with:
5757
name: ${{ steps.nameartifact.outputs.artifactName }}
5858
path: _build

0 commit comments

Comments
 (0)