Skip to content

Commit 96fe5f8

Browse files
Bump actions/setup-python
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 9322b3ca74000aeb2c01eb777b646334015ddd72 to 65b071217a8539818fdb8b54561bcbae40380a54. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@9322b3c...65b0712) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 65b071217a8539818fdb8b54561bcbae40380a54 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f5e913 commit 96fe5f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout source
1313
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
1414
- name: Set up Python
15-
uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
15+
uses: actions/setup-python@65b071217a8539818fdb8b54561bcbae40380a54
1616
with:
1717
python-version: 3.7
1818
- 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@9322b3ca74000aeb2c01eb777b646334015ddd72
29+
uses: actions/setup-python@65b071217a8539818fdb8b54561bcbae40380a54
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Install tox

0 commit comments

Comments
 (0)