@@ -21,14 +21,14 @@ jobs:
2121 pytest-opts : ${{ (startsWith(matrix.python-version, 'pypy') || matrix.python-version == '3.14t') && '-k "not grpc"' || '' }}
2222 steps :
2323 - name : Check out repo
24- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
24+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
26+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
2727 id : setup-python
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 - name : Set up Poetry
31- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
31+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
3232 - name : Cache virtualenv (with test dependencies)
3333 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3434 with :
@@ -54,14 +54,14 @@ jobs:
5454 python-version : ["3.10", "3.13", "pypy3.11"]
5555 steps :
5656 - name : Check out repo
57- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
57+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5858 - name : Set up Python ${{ matrix.python-version }}
59- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
59+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
6060 id : setup-python
6161 with :
6262 python-version : ${{ matrix.python-version }}
6363 - name : Set up Poetry
64- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
64+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
6565 - name : Cache virtualenv (main only)
6666 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6767 id : cache-nidaqmx-main-only
0 commit comments