diff options
author | saturneric <[email protected]> | 2024-05-11 15:43:03 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-05-11 15:43:03 +0000 |
commit | 0158b70e9859373a7876d742c996ccfa243b7b13 (patch) | |
tree | e18c6c1ae7a2da45eb7a37fbcb5d6a23ea424bf8 | |
parent | fix: update README.md (diff) | |
download | GpgFrontend-0158b70e9859373a7876d742c996ccfa243b7b13.tar.gz GpgFrontend-0158b70e9859373a7876d742c996ccfa243b7b13.zip |
fix: upgrade to actions/checkout@v4
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release-qt5.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
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 |