gh: Update actions/checkout to v4

This commit is contained in:
mintsuki 2023-11-23 22:09:13 +01:00
parent 6ed64bedc5
commit 6ec3026b8e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S base-devel git autoconf automake nasm curl mtools llvm clang lld aarch64-linux-gnu-gcc riscv64-linux-gnu-gcc
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Git config
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

View File

@ -16,7 +16,7 @@ jobs:
run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S base-devel git autoconf automake nasm curl mtools llvm clang lld mingw-w64-gcc
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: '0'