Skip to content

Commit e3896a0

Browse files
chore(deps): update actions/add-to-project action to v1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68753e1 commit e3896a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/projects-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: GitHubSecurityLab/actions-permissions/monitor@v1
3333
with:
3434
config: ${{ vars.PERMISSIONS_CONFIG }}
35-
- uses: actions/add-to-project@v0.6.0
35+
- uses: actions/add-to-project@v1.0.2
3636
with:
3737
project-url: https://github.com/orgs/portefaix/projects/6
3838
github-token: ${{ secrets.ACTIONS_PAT }}

.github/workflows/projects-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: GitHubSecurityLab/actions-permissions/monitor@v1
3333
with:
3434
config: ${{ vars.PERMISSIONS_CONFIG }}
35-
- uses: actions/add-to-project@v0.6.0
35+
- uses: actions/add-to-project@v1.0.2
3636
with:
3737
project-url: https://github.com/orgs/portefaix/projects/6
3838
github-token: ${{ secrets.ACTIONS_PAT }}

0 commit comments

Comments
 (0)