Switch to checkout v4.

This commit is contained in:
Alexander Myltsev 2024-02-03 15:21:09 +04:00
parent 094510ed8f
commit d78af27c5c

View File

@ -10,13 +10,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build disk image
run: make image.bin
llvm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install lld
run: sudo apt-get install -y lld
- name: LLVM build
@ -24,7 +24,7 @@ jobs:
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install llvm
run: brew install llvm
- name: LLVM build