Skip to content

Commit ed019ce

Browse files
committed
GH actions with version hash
Signed-off-by: Pedro Escaleira <pedroescaleira@hotmail.com>
1 parent 292918b commit ed019ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
tests:
11-
name: "Python ${{ matrix.python-version }}"
11+
name: "Python 3.9"
1212
runs-on: "ubuntu-latest"
1313

1414
steps:
15-
- uses: "actions/checkout@v4"
16-
- uses: "actions/setup-python@v5"
15+
- uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
16+
- uses: "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065" # v5.6.0
1717
with:
1818
python-version: '3.9'
1919
- name: Install dependencies

0 commit comments

Comments
 (0)