Skip to content

Commit ba088de

Browse files
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] <support@github.com>
1 parent 597d65d commit ba088de

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.8"
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.8"
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
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
7676
- name: Set up Python ${{ matrix.python }}
77-
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
77+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
7878
with:
7979
python-version: ${{ matrix.python }}
8080
allow-prereleases: true
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ${{ matrix.os }}
127127
steps:
128128
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
129-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
129+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
130130
with:
131131
python-version: ${{ matrix.python }}
132132
allow-prereleases: true
@@ -181,7 +181,7 @@ jobs:
181181
runs-on: ${{ matrix.os }}
182182
steps:
183183
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
184-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
184+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
185185
with:
186186
python-version: ${{ matrix.python }}
187187
allow-prereleases: true
@@ -236,7 +236,7 @@ jobs:
236236
runs-on: ${{ matrix.os }}
237237
steps:
238238
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
239-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
239+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
240240
with:
241241
python-version: ${{ matrix.python }}
242242
allow-prereleases: true
@@ -284,7 +284,7 @@ jobs:
284284
runs-on: ${{ matrix.os }}
285285
steps:
286286
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
287-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
287+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
288288
with:
289289
python-version: ${{ matrix.python }}
290290
allow-prereleases: true
@@ -332,7 +332,7 @@ jobs:
332332
runs-on: ${{ matrix.os }}
333333
steps:
334334
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
335-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
335+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
336336
with:
337337
python-version: ${{ matrix.python }}
338338
allow-prereleases: true
@@ -374,7 +374,7 @@ jobs:
374374
runs-on: ${{ matrix.os }}
375375
steps:
376376
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
377-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
377+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
378378
with:
379379
python-version: ${{ matrix.python }}
380380
allow-prereleases: true
@@ -414,7 +414,7 @@ jobs:
414414
runs-on: [self-hosted, public, linux, x64]
415415
steps:
416416
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
417-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
417+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
418418
with:
419419
python-version: ${{ env.PYTHON_VERSION }}
420420
cache: "pipenv"
@@ -469,7 +469,7 @@ jobs:
469469
WORKING_DIRECTORY: ./dogfood_tests
470470
steps:
471471
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3
472-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v4
472+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4
473473
with:
474474
python-version: ${{ env.PYTHON_VERSION }}
475475
cache: "pipenv"

0 commit comments

Comments
 (0)