File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 - name : Checkout source
1313 uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
1414 - name : Set up Python
15- uses : actions/setup-python@65b071217a8539818fdb8b54561bcbae40380a54
15+ uses : actions/setup-python@3d1e2d2ca0a067f27da6fec484fce7f5256def85
1616 with :
1717 python-version : 3.7
1818 - name : Install dependencies
Original file line number Diff line number Diff line change 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@65b071217a8539818fdb8b54561bcbae40380a54
29+ uses : actions/setup-python@3d1e2d2ca0a067f27da6fec484fce7f5256def85
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 - name : Install tox
You can’t perform that action at this time.
0 commit comments