WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ab2530b

Browse files
Merge pull request #689 from splunk/dependabot/github_actions/develop/actions/setup-python-6.1.0
2 parents 6d641a3 + 66210ff commit ab2530b

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
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout source
1616
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
1717
- name: Set up Python ${{ env.PYTHON_VERSION }}
18-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
18+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
1919
with:
2020
python-version: ${{ env.PYTHON_VERSION }}
2121
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout source
1818
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
1919
- name: Set up Python ${{ env.PYTHON_VERSION }}
20-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
20+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
2121
with:
2222
python-version: ${{ env.PYTHON_VERSION }}
2323
- 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: Launch Splunk Docker instance
2727
run: SPLUNK_VERSION=${{ matrix.splunk-version }} docker compose up -d
2828
- name: Setup Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
29+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: (Python 3.7) Install dependencies

0 commit comments

Comments
 (0)