git: Update more actions due to NodeJS 16 deprecation
This commit is contained in:
parent
66d4034a4e
commit
d5365fbf0c
4
.github/workflows/analysis.yml
vendored
4
.github/workflows/analysis.yml
vendored
@ -26,14 +26,14 @@ jobs:
|
|||||||
languages: 'cpp'
|
languages: 'cpp'
|
||||||
|
|
||||||
- name: 📜 Setup ccache
|
- name: 📜 Setup ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}-analysis-build-${{ github.run_id }}
|
key: ${{ runner.os }}-analysis-build-${{ github.run_id }}
|
||||||
restore-keys: ${{ runner.os }}-analysis-build
|
restore-keys: ${{ runner.os }}-analysis-build
|
||||||
max-size: 50M
|
max-size: 50M
|
||||||
|
|
||||||
- name: 📜 Restore CMakeCache
|
- name: 📜 Restore CMakeCache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
build/CMakeCache.txt
|
build/CMakeCache.txt
|
||||||
|
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: 📜 Setup ccache
|
- name: 📜 Setup ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
id: cache-ccache
|
id: cache-ccache
|
||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}-ccache-${{ github.run_id }}
|
key: ${{ runner.os }}-ccache-${{ github.run_id }}
|
||||||
@ -143,7 +143,7 @@ jobs:
|
|||||||
echo "IMHEX_VERSION=`cat VERSION`" >> $GITHUB_ENV
|
echo "IMHEX_VERSION=`cat VERSION`" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: 📜 Setup ccache
|
- name: 📜 Setup ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}${{ matrix.suffix }}-ccache-${{ github.run_id }}
|
key: ${{ runner.os }}${{ matrix.suffix }}-ccache-${{ github.run_id }}
|
||||||
restore-keys: ${{ runner.os }}${{ matrix.suffix }}-ccache
|
restore-keys: ${{ runner.os }}${{ matrix.suffix }}-ccache
|
||||||
@ -241,7 +241,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: 📁 Restore docker /cache
|
- name: 📁 Restore docker /cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: cache
|
path: cache
|
||||||
key: build-macos-arm64-cache
|
key: build-macos-arm64-cache
|
||||||
@ -350,7 +350,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: 📜 Setup ccache
|
- name: 📜 Setup ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
with:
|
with:
|
||||||
key: Ubuntu-${{matrix.release_num}}-ccache-${{ github.run_id }}
|
key: Ubuntu-${{matrix.release_num}}-ccache-${{ github.run_id }}
|
||||||
restore-keys: Ubuntu-${{matrix.release_num}}-ccache
|
restore-keys: Ubuntu-${{matrix.release_num}}-ccache
|
||||||
@ -419,7 +419,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: 📁 Restore docker /cache
|
- name: 📁 Restore docker /cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: cache
|
path: cache
|
||||||
key: appimage-ccache-${{ github.run_id }}
|
key: appimage-ccache-${{ github.run_id }}
|
||||||
@ -483,7 +483,7 @@ jobs:
|
|||||||
dotnet-version: '8.0.100'
|
dotnet-version: '8.0.100'
|
||||||
|
|
||||||
- name: 📜 Setup ccache
|
- name: 📜 Setup ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
with:
|
with:
|
||||||
key: archlinux-ccache-${{ github.run_id }}
|
key: archlinux-ccache-${{ github.run_id }}
|
||||||
restore-keys: archlinux-ccache
|
restore-keys: archlinux-ccache
|
||||||
@ -591,7 +591,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: 📜 Setup DNF Cache
|
- name: 📜 Setup DNF Cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /var/cache/dnf
|
path: /var/cache/dnf
|
||||||
key: ${{ matrix.mock_release }}-dnf-${{ github.run_id }}
|
key: ${{ matrix.mock_release }}-dnf-${{ github.run_id }}
|
||||||
@ -612,7 +612,7 @@ jobs:
|
|||||||
dotnet-version: '8.0.100'
|
dotnet-version: '8.0.100'
|
||||||
|
|
||||||
- name: 📜 Setup ccache
|
- name: 📜 Setup ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2.5
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
with:
|
with:
|
||||||
key: ${{ matrix.mock_release }}-rpm-${{ github.run_id }}
|
key: ${{ matrix.mock_release }}-rpm-${{ github.run_id }}
|
||||||
restore-keys: ${{ matrix.mock_release }}-rpm
|
restore-keys: ${{ matrix.mock_release }}-rpm
|
||||||
@ -653,7 +653,7 @@ jobs:
|
|||||||
EOT
|
EOT
|
||||||
|
|
||||||
- name: 📜 Setup Mock Cache
|
- name: 📜 Setup Mock Cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /var/cache/mock
|
path: /var/cache/mock
|
||||||
key: ${{ matrix.mock_release }}-mock-${{ github.run_id }}
|
key: ${{ matrix.mock_release }}-mock-${{ github.run_id }}
|
||||||
|
2
.github/workflows/build_web.yml
vendored
2
.github/workflows/build_web.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: 📁 Restore docker /cache
|
- name: 📁 Restore docker /cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: cache
|
path: cache
|
||||||
key: web-cmakecache-${{ hashFiles('**/CMakeLists.txt') }}
|
key: web-cmakecache-${{ hashFiles('**/CMakeLists.txt') }}
|
||||||
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: 📜 Setup ccache
|
- name: 📜 Setup ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}-tests-build-${{ github.run_id }}
|
key: ${{ runner.os }}-tests-build-${{ github.run_id }}
|
||||||
restore-keys: ${{ runner.os }}-tests-build
|
restore-keys: ${{ runner.os }}-tests-build
|
||||||
@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: 📜 Restore CMakeCache
|
- name: 📜 Restore CMakeCache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
build/CMakeCache.txt
|
build/CMakeCache.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user