Skip to content

Commit

Permalink
docs: v1.x --> v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imjohnbo committed Dec 19, 2019
1 parent e003dbb commit 5a5dd37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v1.0.0
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
units:
runs-on: ubuntu-latest
steps:
- uses: imjohnbo/dear-santa-action@v1.x
- uses: imjohnbo/dear-santa-action@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 5a5dd37

Please sign in to comment.