Skip to content

Commit 66210ff

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@e797f83...83679a8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d641a3 commit 66210ff

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)