From 9daa08dfbfc6a1fbcf6816630f814b81a2562001 Mon Sep 17 00:00:00 2001 From: liamhuber Date: Tue, 27 Aug 2024 13:49:39 -0700 Subject: [PATCH] Target new CI release --- .github/workflows/dependabot-pr.yml | 2 +- .github/workflows/notebooks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index fa964cab..502d4556 100644 --- a/.github/workflows/dependabot-pr.yml +++ b/.github/workflows/dependabot-pr.yml @@ -6,5 +6,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.1.0 + uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.3.0 secrets: inherit diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index 6d93f4ac..20fb1180 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: pyiron/actions/build-notebooks@actions-3.1.0 + - uses: pyiron/actions/build-notebooks@actions-3.3.0 with: python-version: '3.11' env-files: .ci_support/environment-notebooks-integration.yml