@@ -122,12 +122,12 @@ jobs:
122122
123123 steps :
124124 - name : " Install Git and checkout project"
125- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
125+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
126126 with :
127127 persist-credentials : false
128128
129129 - name : " Setup Python"
130- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
130+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
131131 with :
132132 python-version : ${{ env.MAIN_PYTHON_VERSION }}
133133
@@ -146,7 +146,7 @@ jobs:
146146
147147 # The token will expire in 2025.
148148 - name : " Checkout mapdl-cmd-doc repository"
149- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
149+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
150150 with :
151151 repository : ansys-internal/mapdl-cmd-doc
152152 ref : feat/pyconverter-xml2py-predifined-format
@@ -184,12 +184,12 @@ jobs:
184184 needs : [doc-style]
185185 steps :
186186 - name : " Install Git and checkout project"
187- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
187+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
188188 with :
189189 persist-credentials : false
190190
191191 - name : " Setup Python"
192- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
192+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
193193 with :
194194 python-version : ${{ env.MAIN_PYTHON_VERSION }}
195195
@@ -278,7 +278,7 @@ jobs:
278278 steps :
279279
280280 - name : " Download the library artifacts from build-library step"
281- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
281+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
282282 with :
283283 name : ${{ env.PACKAGE_NAME }}-artifacts
284284 path : ${{ env.PACKAGE_NAME }}-artifacts
0 commit comments