Skip to content

Commit

Permalink
Update dependencies (#44)
Browse files Browse the repository at this point in the history
* Update dependencies
  • Loading branch information
Alex Page authored May 29, 2020
1 parent 7dec288 commit 9e65c91
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.2.3
- uses: alex-page/github-project-automation-plus@v0.2.4
with:
project: Backlog
column: Triage
Expand All @@ -51,7 +51,7 @@ jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.2.3
- uses: alex-page/github-project-automation-plus@v0.2.4
with:
project: Backlog
column: To do
Expand Down Expand Up @@ -124,6 +124,7 @@ To set up the action for local development and testing:
## Release History
- v0.2.4 - Update dependencies
- v0.2.3 - Replace reserved secret `GITHUB_TOKEN` with `GITHUB_TOKEN` in documentation
- v0.2.2 - Refactor add and move card logic ✨
- v0.2.1 - Fix bug with move logic when card is already in project
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

34 changes: 17 additions & 17 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": "github-project-automation-plus",
"version": "0.2.3",
"version": "0.2.4",
"description": "🤖 Automate GitHub Project cards with any webhook event",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit 9e65c91

Please sign in to comment.