File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 steps :
2020 # Checkout the repository
2121 - name : Checkout Repository
22- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323 with :
2424 fetch-depth : 0
2525 fetch-tags : true
Original file line number Diff line number Diff line change 1717 name : Build package
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
2222 - name : Setup Python
2323 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
6666 contents : write
6767 steps :
6868 - name : " Download the library artifacts from build-library step"
69- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
69+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
7070 with :
7171 name : ansys-api-geometry-artifacts
7272 path : ansys-api-geometry-artifacts
9191 contents : write
9292 steps :
9393 - name : " Download the library artifacts from build-library step"
94- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
94+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
9595 with :
9696 name : ansys-api-geometry-artifacts
9797 path : ansys-api-geometry-artifacts
You can’t perform that action at this time.
0 commit comments