Pin github actions scripts to major versions

> Using the specific major action version allows you to receive critical
> fixes and security patches while still maintaining compatibility. It
> also assures that your workflow should still work.
https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsuses
This commit is contained in:
Chocobo1
2020-11-21 15:39:03 +08:00
parent e15df81351
commit df3d3db776
2 changed files with 12 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ jobs:
steps:
- name: checkout repository
uses: actions/checkout@v2.3.3
uses: actions/checkout@v2
- name: install zsh
run: |