Skip to content
Closed
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/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
name: Enforce codespell-clean spelling
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: codespell-project/actions-codespell@v2.1
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
sudo ln -s "$(brew --prefix llvm@${{ matrix.clang_major_version }})"/bin/clang++ /usr/local/bin/clang++-${{ matrix.clang_major_version }}

- name: Checkout Git branch
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Bootstrap with ./autogen.sh'
run: |-
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
sudo vagrant plugin install vagrant-libvirt

- name: Checkout Git branch
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Check for KVM
run: |-
Expand Down
Loading