Skip to content

Commit 5e5800a

Browse files
Update build.yml
1 parent a5bae67 commit 5e5800a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
python-version: [3.7, 3.8, 3.9]
2424

2525
steps:
26-
- uses: actions/[email protected]
26+
- uses: actions/[email protected].4
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/[email protected]
28+
uses: actions/[email protected].2
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install dependencies

0 commit comments

Comments
 (0)