diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1f2807a5..1335114a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Get version number @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Run cppcheck @@ -101,7 +101,7 @@ jobs: sudo apt-get -y install dbus-x11 doxygen graphviz libglu1-mesa-dev libopus-dev libsodium-dev libpulse-dev libdbus-1-dev libevent-dev libpng-dev sudo cpan Path::Class - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true fetch-depth: 0 @@ -195,7 +195,7 @@ jobs: choco install jom --yes pip install PyInstaller - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true fetch-depth: 0 @@ -281,7 +281,7 @@ jobs: run: | choco install jom --yes - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true fetch-depth: 0 @@ -357,7 +357,7 @@ jobs: pip3 install requests cpan Path::Class - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true fetch-depth: 0