Skip to content

Commit

Permalink
ci: replace tags with commit hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
sale3 committed Nov 25, 2024
1 parent cbc03cd commit 0c7bcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e
with:
python-version: "${{ matrix.python-version }}"
architecture: x64
Expand Down

0 comments on commit 0c7bcf3

Please sign in to comment.