Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: SCM Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Python Environment
uses: ./.github/actions/python-environment
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: SCM Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Python Environment
uses: ./.github/actions/python-environment
Expand All @@ -72,7 +72,7 @@ jobs:

steps:
- name: SCM Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Python Environment
uses: ./.github/actions/python-environment
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

steps:
- name: SCM Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Python Environment
uses: ./.github/actions/python-environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: SCM Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Python Environment
uses: ./.github/actions/python-environment
Expand All @@ -36,7 +36,7 @@ jobs:
steps:

- name: SCM Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Python Environment
uses: ./.github/actions/python-environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: SCM Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Python Environment
uses: ./.github/actions/python-environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: SCM Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Python Environment
uses: ./.github/actions/python-environment
Expand Down