@@ -23,14 +23,14 @@ jobs:
2323 - name : Check out repo
2424 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
26+ uses : ni/python-actions/setup-python@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
2727 id : setup-python
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 - name : Set up Poetry
31- uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
31+ uses : ni/python-actions/setup-poetry@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
3232 - name : Cache virtualenv (with test dependencies)
33- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
33+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3434 with :
3535 path : .venv
3636 key : nidaqmx-with-test-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
@@ -56,14 +56,14 @@ jobs:
5656 - name : Check out repo
5757 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5858 - name : Set up Python ${{ matrix.python-version }}
59- uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
59+ uses : ni/python-actions/setup-python@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
6060 id : setup-python
6161 with :
6262 python-version : ${{ matrix.python-version }}
6363 - name : Set up Poetry
64- uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
64+ uses : ni/python-actions/setup-poetry@a2894c635a2cba635a1086c1f89796fec2c52f74 # v0.7.2
6565 - name : Cache virtualenv (main only)
66- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
66+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6767 id : cache-nidaqmx-main-only
6868 with :
6969 path : .venv
0 commit comments