aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/release-qt5.yml2
-rw-r--r--.github/workflows/release.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index ad6e41db..01d540ec 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@v3
+ uses: actions/checkout@v4
with:
lfs: 'false'
submodules: recursive
diff --git a/.github/workflows/release-qt5.yml b/.github/workflows/release-qt5.yml
index 1122c312..ffd77cc6 100644
--- a/.github/workflows/release-qt5.yml
+++ b/.github/workflows/release-qt5.yml
@@ -33,7 +33,7 @@ jobs:
git config --global core.eol lf
if: matrix.os == 'windows-2019'
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
lfs: 'false'
submodules: recursive
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 01802a98..59dc2934 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@v3
+ - uses: actions/checkout@v4
with:
lfs: 'false'
submodules: recursive