Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.
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
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.2.2
- run: |
sed -i'' -e 's/[email protected]:/https:\/\/github.com\//' .gitmodules
git submodule update --init
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
deploy_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.2.2
- name: Checkout website repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4.2.2
with:
repository: gz/bespin-benchmarks
path: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.2.2
- run: |
sed -i'' -e 's/[email protected]:/https:\/\/github.com\//' .gitmodules
git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4.2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skylake2x-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: [self-hosted, skylake2x]
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.2.2
- run: |
sed -i'' -e 's/[email protected]:/https:\/\/github.com\//' .gitmodules
git submodule update --init
Expand All @@ -38,7 +38,7 @@ jobs:
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: [self-hosted, skylake2x]
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.2.2
- run: |
sed -i'' -e 's/[email protected]:/https:\/\/github.com\//' .gitmodules
git submodule update --init
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skylake4x-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: [self-hosted, skylake4x]
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.2.2
- run: |
sed -i'' -e 's/[email protected]:/https:\/\/github.com\//' .gitmodules
git submodule update --init
Expand All @@ -38,7 +38,7 @@ jobs:
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: [self-hosted, skylake4x]
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.2.2
- run: |
sed -i'' -e 's/[email protected]:/https:\/\/github.com\//' .gitmodules
git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
compile_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.2.2
- run: |
sed -i'' -e 's/[email protected]:/https:\/\/github.com\//' .gitmodules
git submodule update --init
Expand Down