File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 package-version : ${{ steps.get_version.outputs.version }}
2828 steps :
2929 - name : Checkout Code
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0 # Ensure full Git history is available for versioning
3333 fetch-tags : true
3434
3535 - name : Set Up Python
36- uses : actions/setup-python@v5
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : ' 3.x'
3939
8585 project-version : ${{ steps.set_version.outputs.version }}
8686 steps :
8787 - name : Checkout Code
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v6
8989 with :
9090 fetch-depth : 0 # Ensure full Git history is available for versioning
9191
@@ -110,7 +110,7 @@ jobs:
110110 Get-Content $env:GITHUB_ENV
111111
112112 - name : Set Up Python
113- uses : actions/setup-python@v5
113+ uses : actions/setup-python@v6
114114 with :
115115 python-version : ' 3.x'
116116
@@ -205,7 +205,7 @@ jobs:
205205 runs-on : ubuntu-latest
206206 steps :
207207 - name : Checkout Code
208- uses : actions/checkout@v4
208+ uses : actions/checkout@v6
209209 - name : Download Executable Artifact
210210 uses : actions/download-artifact@v4
211211 with :
You can’t perform that action at this time.
0 commit comments