Skip to content

Commit dc12c58

Browse files
chore(deps): update actions/setup-python action to v6 (#320)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cdae379 commit dc12c58

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@v5
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
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@v5
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
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@v5
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
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@v5
6464
- name: Set up Python ${{ matrix.python-version }}
65-
uses: actions/setup-python@v5
65+
uses: actions/setup-python@v6
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@v5
113113
- name: Set up Python ${{ matrix.python-version }}
114-
uses: actions/setup-python@v5
114+
uses: actions/setup-python@v6
115115
with:
116116
python-version: ${{ matrix.python-version }}
117117
- name: Set up DynamoDB Local

0 commit comments

Comments
 (0)