Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Feb 6, 2024
1 parent 5e55d6d commit c56df54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mbt.yml
Expand Up @@ -43,11 +43,11 @@ 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
Expand Down

0 comments on commit c56df54

Please sign in to comment.