Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Pin version of actions/checkout in example workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Mar 6, 2020
1 parent 05f6096 commit efc070b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: changelog
Expand Down

0 comments on commit efc070b

Please sign in to comment.