Skip to content

Commit b4dd285

Browse files
authored
Merge pull request #1236 from interlay/dependabot/github_actions/actions/add-to-project-1.0.1
chore(deps): bump actions/add-to-project from 1.0.0 to 1.0.1
2 parents e374400 + f8dd18e commit b4dd285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/projects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
name: Add issue and pull request to project
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@v1.0.0
13+
- uses: actions/add-to-project@v1.0.1
1414
with:
1515
project-url: https://github.com/orgs/interlay/projects/3
1616
github-token: ${{ secrets.PROJECTS }}
1717
label: roadmap
1818
label-operator: NOT
19-
- uses: actions/add-to-project@v1.0.0
19+
- uses: actions/add-to-project@v1.0.1
2020
with:
2121
project-url: https://github.com/orgs/interlay/projects/4
2222
github-token: ${{ secrets.PROJECTS }}

0 commit comments

Comments
 (0)