We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 352ee12 + 96fe5f8 commit 202557aCopy full SHA for 202557a
2 files changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout source
13
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
14
- name: Set up Python
15
- uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
+ uses: actions/setup-python@65b071217a8539818fdb8b54561bcbae40380a54
16
with:
17
python-version: 3.7
18
- name: Install dependencies
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Run docker compose
27
run: SPLUNK_VERSION=${{ matrix.splunk-version }} docker compose up -d
28
- name: Setup Python
29
30
31
python-version: ${{ matrix.python-version }}
32
- name: Install tox
0 commit comments