Skip to content

Commit a2b274d

Browse files
author
Gerry Manoim
committed
BLD: correct checkout versioning
1 parent cfa46f3 commit a2b274d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
99
runs-on: ubuntu-18.04
1010
steps:
11-
- uses: actions/checkout@2
11+
- uses: actions/checkout@v2
1212
with:
1313
submodules: 'recursive'
1414
- name: Set up Python 3.8

0 commit comments

Comments
 (0)