Use checkout@v3 github action

This commit is contained in:
John Maguire 2023-04-07 11:14:51 +01:00
parent 3471134d52
commit fa93e3111d
1 changed files with 39 additions and 15 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: clang-format - name: clang-format
uses: clementine-player/clang-format-lint-action@master uses: clementine-player/clang-format-lint-action@master
with: with:
@ -67,7 +67,7 @@ jobs:
- name: Install tx - name: Install tx
run: pip3 install transifex-client==0.13.9 run: pip3 install transifex-client==0.13.9
- name: Checkout - name: Checkout
uses: actions/checkout@v1.2.0 uses: actions/checkout@v3
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: tx init - name: tx init
@ -107,7 +107,7 @@ jobs:
- build_source - build_source
- build_stretch_64 - build_stretch_64
steps: steps:
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
with: with:
path: release_artifacts path: release_artifacts
@ -171,7 +171,9 @@ jobs:
qttools5-dev-tools qttools5-dev-tools
qttools5-dev qttools5-dev
ssh ssh
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake - name: cmake
@ -235,7 +237,9 @@ jobs:
sqlite-devel sqlite-devel
taglib-devel taglib-devel
tar tar
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake - name: cmake
@ -307,7 +311,9 @@ jobs:
sqlite-devel sqlite-devel
taglib-devel taglib-devel
tar tar
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake - name: cmake
@ -339,7 +345,9 @@ jobs:
steps: steps:
- name: Fix liblastfm includes - name: Fix liblastfm includes
run: ln -s /target/include/lastfm /target/include/lastfm5 run: ln -s /target/include/lastfm /target/include/lastfm5
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake - name: cmake
@ -562,7 +570,9 @@ jobs:
qttools5-dev-tools qttools5-dev-tools
qttools5-dev qttools5-dev
ssh ssh
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake - name: cmake
@ -621,7 +631,9 @@ jobs:
qttools5-dev qttools5-dev
libsparsehash-dev libsparsehash-dev
ssh ssh
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake - name: cmake
@ -681,7 +693,9 @@ jobs:
qttools5-dev-tools qttools5-dev-tools
qttools5-dev qttools5-dev
ssh ssh
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake - name: cmake
@ -740,7 +754,9 @@ jobs:
qttools5-dev-tools qttools5-dev-tools
qttools5-dev qttools5-dev
ssh ssh
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake - name: cmake
@ -805,7 +821,9 @@ jobs:
qttools5-dev-tools qttools5-dev-tools
qttools5-dev qttools5-dev
ssh ssh
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake - name: cmake
@ -873,7 +891,9 @@ jobs:
qttools5-dev-tools qttools5-dev-tools
qttools5-dev qttools5-dev
ssh ssh
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake - name: cmake
@ -941,7 +961,9 @@ jobs:
qttools5-dev-tools qttools5-dev-tools
qttools5-dev qttools5-dev
ssh ssh
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake - name: cmake
@ -964,7 +986,9 @@ jobs:
name: Build Mac DMG name: Build Mac DMG
runs-on: macos-10.15 runs-on: macos-10.15
steps: steps:
- uses: actions/checkout@v1.2.0 - uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery - name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Install dependencies - name: Install dependencies