chore(deps): update actions/setup-python digest to 39cd149

This commit is contained in:
TrueCharts-Admin
2024-07-12 00:29:58 +00:00
committed by TrueCharts Bot
parent dc55b01a0d
commit 6786d10ea0
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ jobs:
with:
version: ${{ matrix.helm-version }}
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: "3.10"
@@ -146,7 +146,7 @@ jobs:
with:
version: ${{ matrix.helm-version }}
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: "3.10"

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Python 3.9
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: 3.9
- name: Install dependencies