diff --git a/.github/workflows/analyzers.yml b/.github/workflows/analyzers.yml index 0fdefdbb1..99012addb 100644 --- a/.github/workflows/analyzers.yml +++ b/.github/workflows/analyzers.yml @@ -18,7 +18,7 @@ jobs: TINY_CLANG_TIDY_EXECUTED: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: add-apt-repository gcc 11 and Qt 5.15.2 run: | diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7f893ca9b..0b81136a3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -26,7 +26,7 @@ jobs: command: g++-11 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: PostgreSQL start service run: | diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index dc8dc206f..a132ff679 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -26,7 +26,7 @@ jobs: command: g++.exe steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: PostgreSQL start service run: | diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index e3c366e75..c11f65d59 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml @@ -15,7 +15,7 @@ jobs: runs-on: windows-2019 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: PostgreSQL start service run: |