Skip to content

Commit

Permalink
remove node mention and all v4 to get supported version of checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright committed Feb 2, 2024
1 parent dff4dc4 commit eef5e99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
version: [3.7, 3.x]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{matrix.version}}
- run: pip install pyyaml
- run: echo "$PWD/node_modules/.bin" >> "$GITHUB_PATH"
- run: python plano test

0 comments on commit eef5e99

Please sign in to comment.