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