diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 44477667..1335166f 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -13,7 +13,7 @@ jobs: mode: [-DBUILD_UVW_SHARED_LIB=ON, -DBUILD_UVW_LIBS=ON, -DBUILD_UVW_LIBS=OFF] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Compile tests working-directory: build run: | diff --git a/.github/workflows/build-ubuntu-20.04.yml b/.github/workflows/build-ubuntu-20.04.yml index 1dff35a1..dd0ac2ec 100644 --- a/.github/workflows/build-ubuntu-20.04.yml +++ b/.github/workflows/build-ubuntu-20.04.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install ${{ matrix.compiler.exe }} run: | sudo apt-get update --fix-missing diff --git a/.github/workflows/build-ubuntu-latest.yml b/.github/workflows/build-ubuntu-latest.yml index e8408283..0a1a6888 100644 --- a/.github/workflows/build-ubuntu-latest.yml +++ b/.github/workflows/build-ubuntu-latest.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install ${{ matrix.compiler.exe }} run: | sudo apt-get update --fix-missing diff --git a/.github/workflows/build-win.yml b/.github/workflows/build-win.yml index e2419f17..d77ad053 100644 --- a/.github/workflows/build-win.yml +++ b/.github/workflows/build-win.yml @@ -14,7 +14,7 @@ jobs: mode: [-DBUILD_UVW_SHARED_LIB=ON, -DBUILD_UVW_LIBS=ON, -DBUILD_UVW_LIBS=OFF] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Compile tests working-directory: build run: | diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a2fa5c30..a9f2f875 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Compile tests working-directory: build env: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 28d84f39..cba42cae 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: docker://conanio/gcc8 - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@master with: