@@ -20,11 +20,11 @@ jobs:
2020 permissions :
2121 contents : read
2222 steps :
23- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
23+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2424 with :
2525 persist-credentials : false
2626 - name : Set up Python ${{ env.LATEST_SUPPORTED_PY }}
27- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
27+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2828 with :
2929 python-version : ${{ env.LATEST_SUPPORTED_PY }}
3030 - name : Run lint verification
@@ -37,11 +37,11 @@ jobs:
3737 permissions :
3838 contents : read
3939 steps :
40- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
40+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4141 with :
4242 persist-credentials : false
4343 - name : Set up Python ${{ env.LATEST_SUPPORTED_PY }}
44- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
44+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4545 with :
4646 python-version : ${{ env.LATEST_SUPPORTED_PY }}
4747 - name : Install synchronous dependencies
@@ -77,11 +77,11 @@ jobs:
7777 permissions :
7878 contents : read
7979 steps :
80- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
80+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8181 with :
8282 persist-credentials : false
8383 - name : Set up Python ${{ matrix.python-version }}
84- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
84+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
8585 with :
8686 python-version : ${{ matrix.python-version }}
8787 - name : Install synchronous dependencies
@@ -144,11 +144,11 @@ jobs:
144144 env :
145145 BOLT_PYTHON_CODECOV_RUNNING : " 1"
146146 steps :
147- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
147+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
148148 with :
149149 persist-credentials : false
150150 - name : Set up Python ${{ env.LATEST_SUPPORTED_PY }}
151- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
151+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
152152 with :
153153 python-version : ${{ env.LATEST_SUPPORTED_PY }}
154154 - name : Install dependencies
0 commit comments