File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments