Skip to content

Commit ee8d87a

Browse files
chore(deps): update actions/setup-python action to v3 (#130)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3401c2d commit ee8d87a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v3
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install build dependencies

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v3
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dev dependencies

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v3
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Set up DynamoDB Local
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v2
6464
- name: Set up Python ${{ matrix.python-version }}
65-
uses: actions/setup-python@v2
65+
uses: actions/setup-python@v3
6666
with:
6767
python-version: ${{ matrix.python-version }}
6868
- name: Set up DynamoDB Local
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
- uses: actions/checkout@v2
113113
- name: Set up Python ${{ matrix.python-version }}
114-
uses: actions/setup-python@v2
114+
uses: actions/setup-python@v3
115115
with:
116116
python-version: ${{ matrix.python-version }}
117117
- name: Set up DynamoDB Local

0 commit comments

Comments
 (0)