File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 - name : Check out repo
1313 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1414 - name : Set up Python
15- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
15+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
1616 id : setup-python
1717 - name : Set up Poetry
18- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
18+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
1919 - name : Check for lock changes
2020 run : poetry check --lock
2121 - name : Cache virtualenv (with docs)
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 - name : Check out repo
1717 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1818 - name : Set up Python
19- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
19+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
2020 id : setup-python
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - name : Set up Poetry
24- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
24+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
2525 - name : Analyze Python Project
26- uses : ni/python-actions/analyze-project@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
26+ uses : ni/python-actions/analyze-project@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
2727 with :
2828 install-args : " --with examples"
2929 - name : Bandit security checks
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
4545 - name : Check out repo
4646 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4747 - name : Set up Python
48- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
48+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
4949 - name : Set up Poetry
50- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
50+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
5151 - name : Check project version
5252 if : github.event_name == 'release'
53- uses : ni/python-actions/check-project-version@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
53+ uses : ni/python-actions/check-project-version@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
5454 - name : Build distribution packages
5555 run : poetry build
5656 - name : Upload build artifacts
9191 - name : Check out repo
9292 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
9393 - name : Set up Python
94- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
94+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
9595 - name : Set up Poetry
96- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
96+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
9797 - name : Update project version
98- uses : ni/python-actions/update-project-version@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
98+ uses : ni/python-actions/update-project-version@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - name : Check out repo
2020 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2121 - name : Set up Python
22- uses : ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
22+ uses : ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
2323 id : setup-python
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Set up Poetry
27- uses : ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # 0.7.0
27+ uses : ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # 0.7.1
2828 - name : Cache virtualenv
2929 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3030 with :
You can’t perform that action at this time.
0 commit comments