Point to v2 of actions/checkout

This commit is contained in:
Thomas Hughes
2020-02-12 09:49:28 +01:00
committed by GitHub
parent ad5303dcf7
commit 8df1ef9f8a
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Build project # This would actually build your project, using zip for an example artifact
run: |
zip --junk-paths my-artifact README.md