Skip to content

Commit

Permalink
fix version of checkout plugin - fixing actions is the worst
Browse files Browse the repository at this point in the history
  • Loading branch information
sherbold committed Mar 15, 2023
1 parent 06dc29f commit 78c4159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python: ['3.7.x', '3.8.x', '3.9.x', '3.10.x', '3.11.x']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@3
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 78c4159

Please sign in to comment.