Skip to content

Commit e3df5e7

Browse files
chore(deps): update actions/add-to-project action to v0.6.1
1 parent 3a5af67 commit e3df5e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/add-issue-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Add issue to project
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@v0.5.0
13+
- uses: actions/add-to-project@v0.6.1
1414
with:
1515
project-url: https://github.com/orgs/imgix/projects/4
1616
github-token: ${{ secrets.GH_TOKEN }}

.github/workflows/add-pr-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Add issue to project
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@v0.5.0
13+
- uses: actions/add-to-project@v0.6.1
1414
with:
1515
project-url: https://github.com/orgs/imgix/projects/4
1616
github-token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)