Skip to content

Commit

Permalink
bump version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Jan 31, 2023
1 parent 2eb25fa commit db95056
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: tgymnich/fork-sync@v1.7
- uses: tgymnich/fork-sync@v1.8
with:
owner: llvm
base: master
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.7
- uses: tgymnich/fork-sync@v1.8
with:
token: ${{ secrets.PERSONAL_TOKEN }}
owner: llvm
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fork-sync",
"version": "1.7.1",
"version": "1.8.0",
"private": true,
"description": "Keep your fork up to date",
"main": "lib/main.js",
Expand Down

0 comments on commit db95056

Please sign in to comment.