Skip to content

Commit

Permalink
Merge pull request #6 from Rheeseyb/patch-1
Browse files Browse the repository at this point in the history
Update example to use latest actions/checkout version
  • Loading branch information
WyriHaximus committed Aug 10, 2020
2 parents 8e6f7fb + 6cc0202 commit 8ea0fe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ name: Generate
jobs:
generate:
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.2.0
with:
fetch-depth: 0
- name: 'Get Previous tag'
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@master"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: 'Get next minor version'
id: semvers
uses: "WyriHaximus/github-action-next-semvers@master"
Expand Down

0 comments on commit 8ea0fe9

Please sign in to comment.