We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8178d commit 543101aCopy full SHA for 543101a
.github/workflows/check_protos.yml
@@ -12,10 +12,10 @@ jobs:
12
- name: Check out repo
13
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
14
- name: Set up Python
15
- uses: ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
+ uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
16
id: setup-python
17
- name: Set up Poetry
18
- uses: ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
+ uses: ni/python-actions/setup-poetry@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1
19
- name: Cache virtualenv
20
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
21
with:
0 commit comments