Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
timeout-minutes: 7200
name: ${{matrix.machine}}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Create machine config
run: |
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
name: Handle results and trigger rendering
if: ${{ github.event.inputs.upload_id == '' && github.event.client_payload.upload_id == '' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Download results
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
name: Deploy the website to a specific folder
if: ${{ github.event.inputs.upload_id != '' || github.event.client_payload.upload_id != '' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Download results
uses: actions/download-artifact@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/benchmark_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
GIRDER_API_KEY: ${{ secrets.GIRDER }}
name: Move to production
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Create Virtual Environment
run: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

name: Move to denied
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Create Virtual Environment
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Create Virtual Environment
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
needs: build_wheel
if: "!contains(github.event.head_commit.message, 'tests skip')"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Download packages
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'docs skip')"
steps:

- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Install credentials
run: echo https://$GITHUB_OAUTH:@github.com > $HOME/.git-credentials
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
runs-on: self-feelpp
name: Build docker, tag and push
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Docker meta
id: meta
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
contents: write
id-token: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Download Wheel Packages
uses: actions/download-artifact@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Git
run: |
Expand Down