Skip to content

Commit 645fb9b

Browse files
committed
use newer actions/setup-python version
1 parent 349432b commit 645fb9b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Setup Python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.10"
2222

.github/workflows/run-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212

1313
- name: Set up Python
14-
uses: actions/setup-python@v4.3.0
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: "3.10"
1717

.github/workflows/test-github-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "$PROFILES_YML" > ~/.dbt/profiles.yml
5050
5151
- name: Setup Python
52-
uses: actions/setup-python@v4
52+
uses: actions/setup-python@v5
5353
with:
5454
python-version: "3.10"
5555

.github/workflows/test-warehouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# run: docker compose up -d clickhouse
110110

111111
- name: Setup Python
112-
uses: actions/setup-python@v4
112+
uses: actions/setup-python@v5
113113
with:
114114
python-version: "3.10"
115115

0 commit comments

Comments
 (0)