Skip to content

Commit 9e65c91

Browse files
author
Alex Page
authored
Update dependencies (#44)
* Update dependencies
1 parent 7dec288 commit 9e65c91

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
automate-project-columns:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: alex-page/[email protected].3
32+
- uses: alex-page/[email protected].4
3333
with:
3434
project: Backlog
3535
column: Triage
@@ -51,7 +51,7 @@ jobs:
5151
automate-project-columns:
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: alex-page/[email protected].3
54+
- uses: alex-page/[email protected].4
5555
with:
5656
project: Backlog
5757
column: To do
@@ -124,6 +124,7 @@ To set up the action for local development and testing:
124124
125125
## Release History
126126
127+
- v0.2.4 - Update dependencies
127128
- v0.2.3 - Replace reserved secret `GITHUB_TOKEN` with `GITHUB_TOKEN` in documentation
128129
- v0.2.2 - Refactor add and move card logic ✨
129130
- v0.2.1 - Fix bug with move logic when card is already in project

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-project-automation-plus",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "🤖 Automate GitHub Project cards with any webhook event",
55
"private": true,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)