Skip to content

Commit

Permalink
Update khanlab/actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Dec 13, 2023
1 parent 1f28429 commit 4a3d59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@feat/report-pythonversion
- uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.3
id: setup
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -62,7 +62,7 @@ jobs:
fail-fast: false
steps:
- name: install
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@feat/report-pythonversion
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.3
id: setup
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 4a3d59c

Please sign in to comment.