Skip to content

Commit 43a6858

Browse files
dependabot[bot]GillSami
authored andcommitted
chore(deps): bump actions/setup-python from 5.1.1 to 6.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@39cd149...e797f83) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89a4ed7 commit 43a6858

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ${{ matrix.os }}
5050
steps:
5151
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
52-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
52+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
5353
with:
5454
python-version: ${{ matrix.python }}
5555
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v3
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ${{ matrix.os }}
103103
steps:
104104
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
105-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
105+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
106106
with:
107107
python-version: ${{ matrix.python }}
108108
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v3
@@ -152,7 +152,7 @@ jobs:
152152
PYTHON_VERSION: "3.9"
153153
steps:
154154
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
155-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
155+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
156156
with:
157157
python-version: ${{ env.PYTHON_VERSION }}
158158
- name: Install pipenv
@@ -186,7 +186,7 @@ jobs:
186186
continue-on-error: true # for now it is ok to fail
187187
steps:
188188
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
189-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
189+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
190190
with:
191191
python-version: ${{ matrix.python }}
192192
- name: Install pipenv
@@ -226,7 +226,7 @@ jobs:
226226
continue-on-error: true # for now it is ok to fail
227227
steps:
228228
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
229-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
229+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
230230
with:
231231
python-version: ${{ matrix.python }}
232232
- name: Install pipenv
@@ -264,7 +264,7 @@ jobs:
264264
steps:
265265
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
266266
- name: Set up Python ${{ env.PYTHON_VERSION }}
267-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
267+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
268268
with:
269269
python-version: ${{ env.PYTHON_VERSION }}
270270
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
@@ -310,7 +310,7 @@ jobs:
310310
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
311311
passphrase: ${{ secrets.PASSPHRASE }}
312312
- name: Set up Python ${{ env.PYTHON_VERSION }}
313-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
313+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
314314
with:
315315
python-version: ${{ env.PYTHON_VERSION }}
316316
- name: Install pipenv

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout repository
3737
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
3838
- name: Set up Python
39-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
39+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
4040
with:
4141
python-version: '3.10'
4242
- name: Setup python for CodeQL

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2828
passphrase: ${{ secrets.PASSPHRASE }}
2929
- name: Set up Python ${{ env.PYTHON_VERSION }}
30-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
30+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
3131
with:
3232
python-version: ${{ env.PYTHON_VERSION }}
3333
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
fetch-depth: 0
9696
token: ${{ secrets.GITHUB_TOKEN }}
97-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
97+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
9898
with:
9999
python-version: ${{ env.PYTHON_VERSION }}
100100
- name: Install pipenv

.github/workflows/pipenv-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2828
passphrase: ${{ secrets.PASSPHRASE }}
29-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
29+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
3030
with:
3131
python-version: ${{ env.PYTHON_VERSION }}
3232
- name: Install pipenv

.github/workflows/pr-test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
PYTHON_VERSION: "3.9"
3636
steps:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
38-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
38+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
3939
with:
4040
python-version: ${{ env.PYTHON_VERSION }}
4141
- name: Get changed CFN test files
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
8080
- name: Set up Python ${{ matrix.python }}
81-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
81+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
8282
with:
8383
python-version: ${{ matrix.python }}
8484
allow-prereleases: true
@@ -130,7 +130,7 @@ jobs:
130130
runs-on: ${{ matrix.os }}
131131
steps:
132132
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
133-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
133+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
134134
with:
135135
python-version: ${{ matrix.python }}
136136
allow-prereleases: true
@@ -185,7 +185,7 @@ jobs:
185185
runs-on: ${{ matrix.os }}
186186
steps:
187187
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
188-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
188+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
189189
with:
190190
python-version: ${{ matrix.python }}
191191
allow-prereleases: true
@@ -240,7 +240,7 @@ jobs:
240240
runs-on: ${{ matrix.os }}
241241
steps:
242242
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
243-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
243+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
244244
with:
245245
python-version: ${{ matrix.python }}
246246
allow-prereleases: true
@@ -288,7 +288,7 @@ jobs:
288288
runs-on: ${{ matrix.os }}
289289
steps:
290290
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
291-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
291+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
292292
with:
293293
python-version: ${{ matrix.python }}
294294
allow-prereleases: true
@@ -336,7 +336,7 @@ jobs:
336336
runs-on: ${{ matrix.os }}
337337
steps:
338338
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
339-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
339+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
340340
with:
341341
python-version: ${{ matrix.python }}
342342
allow-prereleases: true
@@ -378,7 +378,7 @@ jobs:
378378
runs-on: ${{ matrix.os }}
379379
steps:
380380
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
381-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
381+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
382382
with:
383383
python-version: ${{ matrix.python }}
384384
allow-prereleases: true
@@ -418,7 +418,7 @@ jobs:
418418
runs-on: [self-hosted, public, linux, x64]
419419
steps:
420420
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
421-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
421+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
422422
with:
423423
python-version: ${{ env.PYTHON_VERSION }}
424424
cache: "pipenv"
@@ -473,7 +473,7 @@ jobs:
473473
WORKING_DIRECTORY: ./dogfood_tests
474474
steps:
475475
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
476-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
476+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
477477
with:
478478
python-version: ${{ env.PYTHON_VERSION }}
479479
cache: "pipenv"

0 commit comments

Comments
 (0)