mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
github actions: move to checkout@v3
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
5f0479762b
commit
06ddcbe88e
1 changed files with 6 additions and 4 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -13,10 +13,12 @@ jobs:
|
|||
dnf -y upgrade
|
||||
dnf -y install @development-tools libtool bzip2
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Checkout all tags
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Safe git directory
|
||||
run: |
|
||||
git fetch --prune --unshallow
|
||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
- name: Modify version
|
||||
run: |
|
||||
mv configure.ac configure.ac.old
|
||||
|
|
@ -73,7 +75,7 @@ jobs:
|
|||
image: ubuntu:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Prepare environment
|
||||
run: |
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue