summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/audit.yaml2
-rw-r--r--.github/workflows/bootstrap.yml4
-rw-r--r--.github/workflows/nightly-win-builds.yml2
-rw-r--r--.github/workflows/unit_tests.yaml10
-rw-r--r--.github/workflows/valid-style.yml4
5 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml
index 53b299b3d6..e636d6c36f 100644
--- a/.github/workflows/audit.yaml
+++ b/.github/workflows/audit.yaml
@@ -29,7 +29,7 @@ jobs:
shell: ${{ matrix.system.shell }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: ${{inputs.python_version}}
- name: Install Python packages
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml
index 4002b1b9ea..e7bdc19a0f 100644
--- a/.github/workflows/bootstrap.yml
+++ b/.github/workflows/bootstrap.yml
@@ -63,7 +63,7 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
fetch-depth: 0
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: "3.12"
- name: Bootstrap clingo
@@ -126,7 +126,7 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
fetch-depth: 0
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: |
3.8
diff --git a/.github/workflows/nightly-win-builds.yml b/.github/workflows/nightly-win-builds.yml
index c72d734da9..d0a3cc8083 100644
--- a/.github/workflows/nightly-win-builds.yml
+++ b/.github/workflows/nightly-win-builds.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
fetch-depth: 0
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: 3.9
- name: Install Python packages
diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml
index f474b8fcd2..d826be28fc 100644
--- a/.github/workflows/unit_tests.yaml
+++ b/.github/workflows/unit_tests.yaml
@@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
fetch-depth: 0
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: ${{ matrix.python-version }}
- name: Install System packages
@@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
fetch-depth: 0
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: '3.11'
- name: Install System packages
@@ -163,7 +163,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
fetch-depth: 0
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: '3.11'
- name: Install System packages
@@ -201,7 +201,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
fetch-depth: 0
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: ${{ matrix.python-version }}
- name: Install Python packages
@@ -239,7 +239,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
fetch-depth: 0
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: 3.9
- name: Install Python packages
diff --git a/.github/workflows/valid-style.yml b/.github/workflows/valid-style.yml
index 05faab0a8d..0fa328931c 100644
--- a/.github/workflows/valid-style.yml
+++ b/.github/workflows/valid-style.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: '3.11'
cache: 'pip'
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
fetch-depth: 0
- - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
+ - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: '3.11'
cache: 'pip'