Skip to content

Commit

Permalink
Update actions/setup-python digest to 39cd149 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 5f9e314 commit 682d38c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
repository: StratusGrid/workflow-config
path: workflow-config
- name: Install Python ${{ env.PY_VERSION }}.X
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: ${{ env.PY_VERSION }}
- name: Install TFenv
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
repository: StratusGrid/workflow-config
path: workflow-config
- name: Install Python ${{ env.PY_VERSION }}.X
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: ${{ env.PY_VERSION }}
- name: Install pre-commit dependencies
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
repository: StratusGrid/workflow-config
path: workflow-config
- name: Install Python ${{ env.PY_VERSION }}.X
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: ${{ env.PY_VERSION }}
- name: Install pre-commit dependencies
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
repository: StratusGrid/workflow-config
path: workflow-config
- name: Install Python ${{ env.PY_VERSION }}.X
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: ${{ env.PY_VERSION }}
- name: Install pre-commit dependencies
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
run: |
git config --global url."https://x-access-token:${{ steps.get-token.outputs.token }}@github.com".insteadOf "https://github.com"
- name: Install Python ${{ env.PY_VERSION }}.X
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: ${{ env.PY_VERSION }}
- name: Install TFenv
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
repository: StratusGrid/workflow-config
path: workflow-config
- name: Install Python ${{ env.PY_VERSION }}.X
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: ${{ env.PY_VERSION }}
- name: Install pre-commit dependencies
Expand Down

0 comments on commit 682d38c

Please sign in to comment.