@@ -39,11 +39,11 @@ jobs:
3939 if : github.event.pull_request.draft == false
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
42+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
4343 with :
4444 persist-credentials : false
4545 - name : Set up Python ${{ env.PYTHON_VERSION }}
46- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
46+ uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
4747 with :
4848 python-version : ${{ env.PYTHON_VERSION }}
4949 - name : Environment Information
@@ -57,25 +57,25 @@ jobs:
5757 mkdir tarballs
5858 mv *.tar.gz tarballs
5959 - name : Upload tarball artifact
60- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
60+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
6161 with :
6262 name : tarballs
6363 path : tarballs
6464 test-tarball-linux :
6565 needs : build-tarball
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
68+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
6969 with :
7070 persist-credentials : false
7171 - name : Set up Python ${{ env.PYTHON_VERSION }}
72- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
72+ uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
7373 with :
7474 python-version : ${{ env.PYTHON_VERSION }}
7575 - name : Environment Information
7676 run : npx envinfo
7777 - name : Download tarball
78- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
78+ uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
7979 with :
8080 name : tarballs
8181 path : tarballs
0 commit comments