Skip to content

Commit

Permalink
Merge pull request #1008 from pyiron/target_actions
Browse files Browse the repository at this point in the history
[patch] Target a particular tag of the actions repo
  • Loading branch information
liamhuber authored Feb 27, 2024
2 parents 550c4a1 + 9c4d3ff commit 127f420
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
codeql:
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@main
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-1.1.0b
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/dependabot-pr.yml@main
uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-1.1.0b
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-1.1.0b
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr-target-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-1.1.0b
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/push-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/push-pull-main.yml@main
uses: pyiron/actions/.github/workflows/push-pull-main.yml@actions-1.1.0b
secrets: inherit
with:
notebooks-env-files: .ci_support/environment.yml .ci_support/environment-notebooks.yml
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/release.yml@main
uses: pyiron/actions/.github/workflows/release.yml@actions-1.1.0b
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
codeql:
uses: pyiron/actions/.github/workflows/codeql.yml@main
uses: pyiron/actions/.github/workflows/codeql.yml@actions-1.1.0b
secrets: inherit

0 comments on commit 127f420

Please sign in to comment.