Skip to content

Commit

Permalink
Fix github action version (missed in previous commit)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 609455478
  • Loading branch information
romanngg committed Mar 1, 2024
1 parent 435be85 commit c17e770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:

- name: Cancel previous
uses: styfle/cancel-workflow-action@0.12.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit c17e770

Please sign in to comment.