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 @@ -24,10 +24,10 @@ jobs:
2424 with :
2525 submodules : true
2626 - name : Set up Python
27- uses : ni/python-actions/setup-python@a3bfe1baa6062fd6157683651d653d527967d4d4 # v0.3 .1
27+ uses : ni/python-actions/setup-python@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4 .1
2828 id : setup-python
2929 - name : Set up Poetry
30- uses : ni/python-actions/setup-poetry@a3bfe1baa6062fd6157683651d653d527967d4d4 # v0.3 .1
30+ uses : ni/python-actions/setup-poetry@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4 .1
3131 - name : Check for lock changes
3232 run : poetry check --lock
3333 - name : Cache virtualenv
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 with :
2222 submodules : true
2323 - name : Set up Python
24- uses : ni/python-actions/setup-python@49cd7a9a4098c459b90ba97e8e56bf5cd80997bb # v0.4.0
24+ uses : ni/python-actions/setup-python@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
2525 id : setup-python
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 - name : Set up Poetry
29- uses : ni/python-actions/setup-poetry@49cd7a9a4098c459b90ba97e8e56bf5cd80997bb # v0.4.0
29+ uses : ni/python-actions/setup-poetry@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
3030 - name : Run and upload unit tests - ni.protobuf.types
3131 uses : ./.github/actions/run_and_upload_unit_tests
3232 with :
You can’t perform that action at this time.
0 commit comments