Skip to content

Commit e8c9b3f

Browse files
committed
Pin github actions for reliability
1 parent 5d9b65d commit e8c9b3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717

1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

@@ -26,7 +26,7 @@ jobs:
2626
echo "::set-output name=dir::$(pip cache dir)"
2727
2828
- name: Cache
29-
uses: actions/cache@v4
29+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3030
with:
3131
path: ${{ steps.pip-cache.outputs.dir }}
3232
key:

0 commit comments

Comments
 (0)