mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-30 15:29:36 -06:00
workflows updated actions/checkout@v3
This commit is contained in:
2
.github/workflows/analyzers.yml
vendored
2
.github/workflows/analyzers.yml
vendored
@@ -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: |
|
||||
|
||||
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
command: g++-11
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: PostgreSQL start service
|
||||
run: |
|
||||
|
||||
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
command: g++.exe
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: PostgreSQL start service
|
||||
run: |
|
||||
|
||||
2
.github/workflows/msvc.yml
vendored
2
.github/workflows/msvc.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: windows-2019
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: PostgreSQL start service
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user