aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/debug.yml4
-rw-r--r--.github/workflows/release-deb-package.yml2
-rw-r--r--.github/workflows/release.yml6
4 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 39a4f7bd..512470cd 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
submodules: recursive
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml
index 8c140121..41a31788 100644
--- a/.github/workflows/debug.yml
+++ b/.github/workflows/debug.yml
@@ -34,7 +34,7 @@ jobs:
git config --global core.eol lf
if: matrix.os == 'windows-latest' || matrix.os == 'macos-11' || matrix.os == 'macos-12'
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: recursive
@@ -99,7 +99,7 @@ jobs:
with:
version: '6.4.2'
modules: 'qt5compat'
- cached: ${{ steps.cache-qt.outputs.cache-hit }}
+ cache: ${{ steps.cache-qt.outputs.cache-hit }}
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-11' || matrix.os == 'macos-12'
- name: Set up MinGW (Windows)
diff --git a/.github/workflows/release-deb-package.yml b/.github/workflows/release-deb-package.yml
index 63cacb6f..55b8c095 100644
--- a/.github/workflows/release-deb-package.yml
+++ b/.github/workflows/release-deb-package.yml
@@ -28,7 +28,7 @@ jobs:
continue-on-error: true
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: 'recursive'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 95d0f32a..b2f3bb39 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
git config --global core.eol lf
if: matrix.os == 'windows-2019' || matrix.os == 'macos-11' || matrix.os == 'macos-12'
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: recursive
@@ -107,7 +107,7 @@ jobs:
with:
version: '6.4.2'
modules: 'qt5compat'
- cached: ${{ steps.cache-qt.outputs.cache-hit }}
+ cache: ${{ steps.cache-qt.outputs.cache-hit }}
if: matrix.os == 'macos-11' || matrix.os == 'macos-12'
- name: Install Dependence (macOS)
@@ -156,7 +156,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
- cached: ${{ steps.cache-qt.outputs.cache-hit }}
+ cache: ${{ steps.cache-qt.outputs.cache-hit }}
if: matrix.os == 'ubuntu-18.04'
- name: Set up MinGW (Windows)