We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9b65d commit e8c9b3fCopy full SHA for e8c9b3f
.github/workflows/test.yml
@@ -13,10 +13,10 @@ jobs:
13
os: [ubuntu-latest, macos-latest, windows-latest]
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
18
- name: Set up Python ${{ matrix.python-version }}
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
20
with:
21
python-version: ${{ matrix.python-version }}
22
@@ -26,7 +26,7 @@ jobs:
26
echo "::set-output name=dir::$(pip cache dir)"
27
28
- name: Cache
29
- uses: actions/cache@v4
+ uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
30
31
path: ${{ steps.pip-cache.outputs.dir }}
32
key:
0 commit comments