Skip to content

Commit 50a3cda

Browse files
chore(deps): update actions/setup-python digest to 65d7f2d
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aedad9e commit 50a3cda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
3434

3535
- name: set up python 3
36-
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
36+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
3737
with:
3838
python-version: "3.7"
3939

@@ -94,7 +94,7 @@ jobs:
9494
### COOKIECUTTER SPECIFIC STEPS ###
9595
## TEST PyPy ##
9696
- name: set up python 3 (pypy)
97-
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
97+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
9898
with:
9999
python-version: "pypy-3.7"
100100

@@ -165,7 +165,7 @@ jobs:
165165
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
166166

167167
- name: set up python ${{ matrix.python-version }} using github's action
168-
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
168+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
169169
if: "!endsWith(matrix.python-version, '-dev')"
170170
with:
171171
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)