GitHub Actions: Use actions/checkout@v4

Fixes: #389
This commit is contained in:
Ryan Carsten Schmidt 2024-03-16 03:34:32 -05:00 committed by 坂本 貴史
parent 08bf1a7b0c
commit dcc5d6a8bd

View file

@ -13,7 +13,7 @@ jobs:
dnf -y upgrade
dnf -y install @development-tools libtool bzip2
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Safe git directory
@ -75,7 +75,7 @@ jobs:
image: ubuntu:latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Prepare environment
run: |
export DEBIAN_FRONTEND=noninteractive