Skip to content

Commit

Permalink
Pin version of checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nef10 committed Jul 28, 2020
1 parent cc3f3fc commit a940b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macOS-latest
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v2
- name: Install Jazzy
run: sudo gem install jazzy
- name: Generate documentation
Expand Down

0 comments on commit a940b7b

Please sign in to comment.