aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-05-11 15:43:03 +0000
committersaturneric <[email protected]>2024-05-11 15:43:03 +0000
commit0158b70e9859373a7876d742c996ccfa243b7b13 (patch)
treee18c6c1ae7a2da45eb7a37fbcb5d6a23ea424bf8
parentfix: update README.md (diff)
downloadGpgFrontend-0158b70e9859373a7876d742c996ccfa243b7b13.tar.gz
GpgFrontend-0158b70e9859373a7876d742c996ccfa243b7b13.zip
fix: upgrade to actions/checkout@v4
-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