From c2338a225ed4e6cbfc81c5db9d53e1dd6193226c Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Fri, 13 Dec 2019 14:09:54 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dce895..1f65c92 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ jobs: python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ] name: Python ${{ matrix.python-version }} sample steps: - - uses: actions/checkout@master + - uses: actions/checkout@v1 - name: Setup python uses: actions/setup-python@v1 with: