diff --git a/.github/workflows/mbtserver.yml b/.github/workflows/mbtserver.yml index a626da8..7937338 100644 --- a/.github/workflows/mbtserver.yml +++ b/.github/workflows/mbtserver.yml @@ -43,10 +43,10 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.1.1 - name: Install Build Environment run: | if [ "$RUNNER_OS" == "Linux" ]; then