File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments