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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- beta
- nightly
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Install LLVM 18
run: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
asset_name: col-macos-universal

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

- name: Install LLVM 18 (Ubuntu)
if: matrix.os == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Install LLVM 18
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
release_id: ${{ steps.create_release.outputs.id }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Get tag name
id: tag_name
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
asset_name: col-macos-x86_64

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

- name: Install LLVM 18 (Ubuntu)
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Install LLVM 18
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Update Dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
Loading