Skip to content

Commit fca714d

Browse files
CI: Update setup-python Github action to v4.3.0. (#611)
Similar to #640, this updates the Github action setup-python to the latest version in order to follow a change in how Github manages CI state.
1 parent 1911f43 commit fca714d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/buildAndTestDatabaseIteratorsStandalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
LLVM_SYMBOLIZER_PATH: /usr/lib/llvm-11/bin/llvm-symbolizer
1818
steps:
1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
2121
with:
2222
python-version: 3.9
2323

.github/workflows/buildAndTestIreeDialects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
LLVM_SYMBOLIZER_PATH: /usr/lib/llvm-11/bin/llvm-symbolizer
1818
steps:
1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
2121
with:
2222
python-version: 3.9
2323

.github/workflows/buildAndTestIterators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
LLVM_SYMBOLIZER_PATH: /usr/lib/llvm-11/bin/llvm-symbolizer
1818
steps:
1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
2121
with:
2222
python-version: 3.9
2323

.github/workflows/testSQLDialect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-20.04
1616
steps:
1717
- name: Set up Python
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
1919
with:
2020
python-version: "3.10"
2121

0 commit comments

Comments
 (0)