@@ -25,12 +25,12 @@ jobs:
2525 release_branches : ${{ steps.git_version.outputs.BUILD_VERSION_RELEASE_BRANCHES }}
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6.0.3
2929 with :
3030 fetch-depth : 0
3131
3232 - name : Set up Python
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6.2.0
3434 with :
3535 python-version : " 3.13"
3636
7676 echo "═══════════════════════════════════════"
7777
7878 - name : Upload build artifacts
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@v7.0.1
8080 with :
8181 name : dist
8282 path : dist/
@@ -90,12 +90,12 @@ jobs:
9090 python-version : ["3.10", "3.11", "3.12", "3.13"]
9191
9292 steps :
93- - uses : actions/checkout@v4
93+ - uses : actions/checkout@v6.0.3
9494 with :
9595 fetch-depth : 0
9696
9797 - name : Set up Python ${{ matrix.python-version }}
98- uses : actions/setup-python@v5
98+ uses : actions/setup-python@v6.2.0
9999 with :
100100 python-version : ${{ matrix.python-version }}
101101
@@ -123,10 +123,10 @@ jobs:
123123 runs-on : ubuntu-latest
124124
125125 steps :
126- - uses : actions/checkout@v4
126+ - uses : actions/checkout@v6.0.3
127127
128128 - name : Set up Python
129- uses : actions/setup-python@v5
129+ uses : actions/setup-python@v6.2.0
130130 with :
131131 python-version : " 3.13"
132132
0 commit comments