Skip to content

Commit

Permalink
use different version of checkout to get around checkout bug
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch authored and hainest committed Dec 13, 2022
1 parent 8e9c4ad commit 74a7d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libabigail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build Pull Request
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: Build
run: |
rm -rf /code
Expand Down

0 comments on commit 74a7d5e

Please sign in to comment.