Skip to content

Commit

Permalink
👷🏻 ci: update ci workflow to enforce using an exact version
Browse files Browse the repository at this point in the history
  • Loading branch information
adriamontoto committed Nov 5, 2024
1 parent 745516d commit a347b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 5
steps:
- name: 🐍 Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit a347b43

Please sign in to comment.