Skip to content

Commit 202557a

Browse files
Merge pull request #654 from splunk/dependabot/github_actions/develop/actions/setup-python-65b071217a8539818fdb8b54561bcbae40380a54
2 parents 352ee12 + 96fe5f8 commit 202557a

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)