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