Skip to content

Commit d275a3e

Browse files
Update check_requirements.yml
1 parent 3f42aae commit d275a3e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check_requirements.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020
working-directory: ./ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }}
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424
with:
2525
path: ./ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }}
2626

2727
- name: Install Python
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
2929
with:
3030
python-version: ${{ inputs.python-version }}
3131

3232
- name: Install Poetry
33-
uses: Gr1N/setup-poetry@v8
33+
uses: Gr1N/setup-poetry@15821dc8a61bc630db542ae4baf6a7c19a994844 # v8
3434
with:
3535
poetry-version: "1.8.5"
3636

0 commit comments

Comments
 (0)