There was an error while loading. Please reload this page.
2 parents e59f152 + 9d21641 commit 54956c4Copy full SHA for 54956c4
1 file changed
.github/workflows/ci.yml
@@ -10,9 +10,9 @@ jobs:
10
matrix:
11
python-version: ["3.13"]
12
steps:
13
- - uses: actions/checkout@v7
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
14
- name: Set up Python ${{ matrix.python-version }}
15
- uses: actions/setup-python@v7
+ uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
16
with:
17
python-version: ${{ matrix.python-version }}
18
- name: Install dependencies
0 commit comments