File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
lock :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : dessant/lock-threads@be8aa5be94131386884a6da4189effda9b14aa21
22
+ - uses : dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771
23
23
with :
24
24
issue-inactive-days : 14
25
25
pr-inactive-days : 14
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ jobs:
63
63
steps :
64
64
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
65
65
# Try uploading to Test PyPI first, in case something fails.
66
- - uses : pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
66
+ - uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
67
67
with :
68
68
repository-url : https://test.pypi.org/legacy/
69
69
packages-dir : artifact/
70
- - uses : pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
70
+ - uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
71
71
with :
72
72
packages-dir : artifact/
You can’t perform that action at this time.
0 commit comments