Skip to content

Commit b5235a7

Browse files
dependabot[bot]rly
andauthored
Bump actions/add-to-project from 1.0.1 to 1.0.2 (#1144)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Ly <rly@lbl.gov>
1 parent 335abdd commit b5235a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/project_action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
- name: Add to Developer Board
2121
env:
2222
TOKEN: ${{ steps.generate_token.outputs.token }}
23-
uses: actions/add-to-project@v1.0.1
23+
uses: actions/add-to-project@v1.0.2
2424
with:
2525
project-url: https://github.com/orgs/hdmf-dev/projects/7
2626
github-token: ${{ env.TOKEN }}
2727

2828
- name: Add to Community Board
2929
env:
3030
TOKEN: ${{ steps.generate_token.outputs.token }}
31-
uses: actions/add-to-project@v1.0.1
31+
uses: actions/add-to-project@v1.0.2
3232
with:
3333
project-url: https://github.com/orgs/hdmf-dev/projects/8
3434
github-token: ${{ env.TOKEN }}

0 commit comments

Comments
 (0)