From f180d9557d064b864d271889a056a8d7926497c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:38:10 +0000 Subject: [PATCH] Bump pyiron/actions from actions-3.3.1 to 3.3.3 Bumps [pyiron/actions](https://github.com/pyiron/actions) from actions-3.3.1 to 3.3.3. This release includes the previously tagged commit. - [Release notes](https://github.com/pyiron/actions/releases) - [Commits](https://github.com/pyiron/actions/compare/actions-3.3.1...actions-3.3.3) --- updated-dependencies: - dependency-name: pyiron/actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/daily.yml | 2 +- .github/workflows/dependabot-pr.yml | 2 +- .github/workflows/pr-labeled.yml | 2 +- .github/workflows/pr-target-opened.yml | 2 +- .github/workflows/push-pull.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-latest-release.yml | 6 +++--- .github/workflows/weekly.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 8e59f14a..a50c8cf7 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -9,7 +9,7 @@ on: jobs: codeql: - uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.3.1 + uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.3.3 secrets: inherit with: extra-python-paths: tests tests/benchmark tests/integration tests/static tests/unit # For executorlib \ No newline at end of file diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index ecd28568..62220c52 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.3.1 + uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.3.3 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index b6d3702d..aa31176e 100644 --- a/.github/workflows/pr-labeled.yml +++ b/.github/workflows/pr-labeled.yml @@ -8,5 +8,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.3.1 + uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.3.3 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-target-opened.yml b/.github/workflows/pr-target-opened.yml index f027553c..a1583925 100644 --- a/.github/workflows/pr-target-opened.yml +++ b/.github/workflows/pr-target-opened.yml @@ -8,5 +8,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.3.1 + uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.3.3 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index 4c60799d..9178f1da 100644 --- a/.github/workflows/push-pull.yml +++ b/.github/workflows/push-pull.yml @@ -9,7 +9,7 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.1 + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.3 secrets: inherit with: docs-env-files: .ci_support/environment.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53018a3a..d171d0b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.3.1 + uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.3.3 secrets: inherit with: semantic-upper-bound: 'minor' diff --git a/.github/workflows/test-latest-release.yml b/.github/workflows/test-latest-release.yml index 433ff281..1fd1c193 100644 --- a/.github/workflows/test-latest-release.yml +++ b/.github/workflows/test-latest-release.yml @@ -35,13 +35,13 @@ jobs: echo -e "channels:\n- conda-forge\ndependencies:\n- ${{ github.event.repository.name }}" > ./just_this_package_environment.yml cat ./just_this_package_environment.yml echo `pwd` - - uses: pyiron/actions/cached-miniforge@actions-3.3.1 + - uses: pyiron/actions/cached-miniforge@actions-3.3.3 with: python-version: '3.12' env-files: ./just_this_package_environment.yml local-code-directory: '' - - uses: pyiron/actions/pyiron-config@actions-3.3.1 - - uses: pyiron/actions/add-to-python-path@actions-3.3.1 + - uses: pyiron/actions/pyiron-config@actions-3.3.3 + - uses: pyiron/actions/add-to-python-path@actions-3.3.3 with: # This is specific to getting the executorlib tests to work path-dirs: tests tests/benchmark tests/integration tests/static tests/unit - name: Test diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 1a1a36af..cc267120 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -8,5 +8,5 @@ on: jobs: codeql: - uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.3.1 + uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.3.3 secrets: inherit \ No newline at end of file