Skip to content

Commit ed0cb93

Browse files
Update ITProKyle/action-setup-python action to v1.1.0
1 parent ae1cb7f commit ed0cb93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ env.NODE_VERSION }}
2929
- run: npm ci
30-
- uses: ITProKyle/action-setup-python@v1.0.0
30+
- uses: ITProKyle/action-setup-python@v1.1.0
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
- run: make lint
@@ -51,7 +51,7 @@ jobs:
5151
python-version: ['3.11', '3.12']
5252
steps:
5353
- uses: actions/checkout@v4
54-
- uses: ITProKyle/action-setup-python@v1.0.0
54+
- uses: ITProKyle/action-setup-python@v1.1.0
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
- run: make test

0 commit comments

Comments
 (0)