Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benkiel authored Jul 30, 2024
1 parent ddd4c23 commit b569ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: |
echo "Reason for triggering: ${{ github.event.inputs.reason }}"
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit b569ef5

Please sign in to comment.