Skip to content

Commit

Permalink
Try lock checkout to a version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Jacomb authored and njrich28 committed Jan 20, 2020
1 parent 08c0382 commit 96d7e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-18.04
name: Deploy
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
Expand Down

0 comments on commit 96d7e92

Please sign in to comment.