From 663b12da1c819596f34023f7ce0deea3fce5d880 Mon Sep 17 00:00:00 2001 From: Adrian Price-Whelan Date: Tue, 24 Sep 2024 14:42:14 -0400 Subject: [PATCH] updated versions like a human dependabot --- .github/workflows/build.yml | 8 ++++---- .github/workflows/prs.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf6c08f3..80ea0ec3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,12 +14,12 @@ jobs: name: "Execute and convert the notebooks to HTML" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4.6.0 + uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.12 - name: Install dependencies run: | @@ -40,7 +40,7 @@ jobs: run: | echo "::set-output name=artifactName::rendered-tutorials" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ steps.nameartifact.outputs.artifactName }} path: _build diff --git a/.github/workflows/prs.yml b/.github/workflows/prs.yml index 220666e0..e3b0bc94 100644 --- a/.github/workflows/prs.yml +++ b/.github/workflows/prs.yml @@ -16,14 +16,14 @@ jobs: name: "Execute and convert the notebooks to HTML" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4.6.0 + uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.12 - name: Install dependencies run: | @@ -52,7 +52,7 @@ jobs: run: | echo "::set-output name=artifactName::rendered-tutorials" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ steps.nameartifact.outputs.artifactName }} path: _build