Skip to content

Commit fd49463

Browse files
Bump actions/setup-python (#666)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3d1e2d2ca0a067f27da6fec484fce7f5256def85 to e797f83bcb11b83ae66e0230d6156d7c80228e7c. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@3d1e2d2...e797f83) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: e797f83bcb11b83ae66e0230d6156d7c80228e7c dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10b6ca0 commit fd49463

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout source
1414
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
1515
- name: Set up Python
16-
uses: actions/setup-python@3d1e2d2ca0a067f27da6fec484fce7f5256def85
16+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
1717
with:
1818
python-version: 3.9
1919
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout source
1616
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
1717
- name: Set up Python
18-
uses: actions/setup-python@3d1e2d2ca0a067f27da6fec484fce7f5256def85
18+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
1919
with:
2020
python-version: 3.9
2121
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run docker compose
2727
run: SPLUNK_VERSION=${{ matrix.splunk-version }} docker compose up -d
2828
- name: Setup Python
29-
uses: actions/setup-python@3d1e2d2ca0a067f27da6fec484fce7f5256def85
29+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Install tox

0 commit comments

Comments
 (0)