Skip to content

Commit

Permalink
Fix third party action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoH2O1999 committed Jan 15, 2023
1 parent 4b961ef commit 82b02bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ outputs:
runs:
using: composite
steps:
- uses: MatteoH2O1999/build-and-install-python@v0
- uses: MatteoH2O1999/build-and-install-python@1efa1567b4b2024358e368e0d322ba633546212b
id: build
with:
python-version: ${{ inputs.python-version }}
Expand All @@ -55,7 +55,7 @@ runs:
cache-build: ${{ inputs.cache-build }}
allow-build: ${{ inputs.allow-build }}
token: ${{ inputs.token }}
- uses: actions/setup-python@v4
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
id: setup
with:
python-version: ${{ steps.build.outputs.python-version }}
Expand Down

0 comments on commit 82b02bc

Please sign in to comment.