diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index d11a2a5..10cdbfb 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -8,5 +8,5 @@ on: jobs: codeql: - uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-1.1.0b + uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.1.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/dependabot-pr.yml b/.github/workflows/dependabot-pr.yml index d38fd99..0559d31 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-1.1.0b + uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.1.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/pr-labeled.yml b/.github/workflows/pr-labeled.yml index 4d5e8aa..7881d90 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@main + uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.1.0 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 afdda9d..dbe8e3a 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@main + uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.1.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index 0a42f96..e4c5d41 100644 --- a/.github/workflows/push-pull.yml +++ b/.github/workflows/push-pull.yml @@ -1,6 +1,6 @@ # This runs jobs which pyiron modules should run on pushes or PRs to main -name: Push-Pull-main +name: Push-Pull on: push: @@ -9,5 +9,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/push-pull-main.yml@main + uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.1.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6212781..ec8dc1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,5 +7,5 @@ on: jobs: pyiron: - uses: pyiron/actions/.github/workflows/release.yml@main + uses: pyiron/actions/.github/workflows/release.yml@actions-3.1.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index eb67b87..66f744a 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@main + uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.1.0 secrets: inherit \ No newline at end of file diff --git a/docs/environment.yml b/docs/environment.yml index 4cfe8ea..a412ee8 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -6,4 +6,5 @@ dependencies: - nbsphinx - sphinx-gallery - sphinx-rtd-theme +- versioneer - pyiron_base