Skip to content

Commit

Permalink
chore(deps): update actions/setup-python digest to 65d7f2d
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 14, 2024
1 parent 3841d5f commit debed3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3

- name: set up python 3
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "3.7"

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
### COOKIECUTTER SPECIFIC STEPS ###
## TEST PyPy ##
- name: set up python 3 (pypy)
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: "pypy-3.7"

Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3

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

0 comments on commit debed3d

Please sign in to comment.