Skip to content

Commit 7675bc2

Browse files
committed
ci(GitHub): update setup-python to v2
1 parent 74af899 commit 7675bc2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci_decrypt-oracle.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/setup-python@v1
15+
- uses: actions/setup-python@v2
1616
with:
1717
# The oracle runs in a Python 3.6 Lamba
1818
python-version: 3.6

.github/workflows/ci_static-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- isort-check
2929
steps:
3030
- uses: actions/checkout@v2
31-
- uses: actions/setup-python@v1
31+
- uses: actions/setup-python@v2
3232
with:
3333
python-version: 3.8
3434
- run: |

.github/workflows/ci_test-vector-handler.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
aws-secret-access-key: ${{ secrets.INTEG_AWS_SECRET_ACCESS_KEY }}
4848
aws-region: us-west-2
4949
- uses: actions/checkout@v2
50-
- uses: actions/setup-python@v1
50+
- uses: actions/setup-python@v2
5151
with:
5252
python-version: ${{ matrix.python }}
5353
architecture: ${{ matrix.architecture }}

.github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
architecture: x86
5353
steps:
5454
- uses: actions/checkout@v2
55-
- uses: actions/setup-python@v1
55+
- uses: actions/setup-python@v2
5656
with:
5757
python-version: ${{ matrix.python }}
5858
architecture: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)