9494            with :
9595                ref : ${{ inputs.branch }} 
9696                repository : ${{ inputs.repository }} 
97-         -   uses : actions/setup-python@v5  
97+         -   uses : actions/setup-python@v6  
9898            with :
9999                python-version : ${{ inputs.python-version }} 
100100        -   run : echo "HATCH_PYTHON=${{ inputs.python-version }}" >> $GITHUB_ENV 
@@ -130,7 +130,7 @@ jobs:
130130            with :
131131                ref : ${{ inputs.branch }} 
132132                repository : ${{ inputs.repository }} 
133-         -   uses : actions/setup-python@v5  
133+         -   uses : actions/setup-python@v6  
134134            with :
135135                python-version : ${{ inputs.python-version }} 
136136        -   run : echo "HATCH_PYTHON=${{ inputs.python-version }}" >> $GITHUB_ENV 
@@ -169,7 +169,7 @@ jobs:
169169            with :
170170                ref : ${{ inputs.branch }} 
171171                repository : ${{ inputs.repository }} 
172-         -   uses : actions/setup-python@v5  
172+         -   uses : actions/setup-python@v6  
173173            with :
174174                python-version : ${{ inputs.python-version }} 
175175        -   run : echo "HATCH_PYTHON=${{ inputs.python-version }}" >> $GITHUB_ENV 
@@ -208,7 +208,7 @@ jobs:
208208            with :
209209                ref : ${{ inputs.branch }} 
210210                repository : ${{ inputs.repository }} 
211-         -   uses : actions/setup-python@v5  
211+         -   uses : actions/setup-python@v6  
212212            with :
213213                python-version : ${{ inputs.python-version }} 
214214        -   run : | 
@@ -235,7 +235,7 @@ jobs:
235235                working-directory : " ./dbt-postgres" 
236236        steps :
237237        -   uses : actions/checkout@v4 
238-         -   uses : actions/setup-python@v5  
238+         -   uses : actions/setup-python@v6  
239239            with :
240240                python-version : ${{ inputs.python-version }} 
241241        -   if : startsWith(inputs.os, 'macos') 
@@ -295,7 +295,7 @@ jobs:
295295            with :
296296                ref : ${{ inputs.branch }} 
297297                repository : ${{ inputs.repository }} 
298-         -   uses : actions/setup-python@v5  
298+         -   uses : actions/setup-python@v6  
299299            with :
300300                python-version : ${{ inputs.python-version }} 
301301        -   run : echo "HATCH_PYTHON=${{ inputs.python-version }}" >> $GITHUB_ENV 
@@ -347,7 +347,7 @@ jobs:
347347            with :
348348                ref : ${{ inputs.branch }} 
349349                repository : ${{ inputs.repository }} 
350-         -   uses : actions/setup-python@v5  
350+         -   uses : actions/setup-python@v6  
351351            with :
352352                python-version : ${{ inputs.python-version }} 
353353        -   run : echo "HATCH_PYTHON=${{ inputs.python-version }}" >> $GITHUB_ENV 
@@ -383,7 +383,7 @@ jobs:
383383            with :
384384                ref : ${{ inputs.branch }} 
385385                repository : ${{ inputs.repository }} 
386-         -   uses : actions/setup-python@v5  
386+         -   uses : actions/setup-python@v6  
387387            with :
388388                python-version : ${{ inputs.python-version }} 
389389        #  TODO: update 3.10 to ${{ inputs.python-version }} once we update default python to >=3.10
0 commit comments