Skip to content

Commit ddd550c

Browse files
authored
Merge pull request #22 from portefaix/renovate/actions-add-to-project-1.x
chore(deps): update actions/add-to-project action to v1
2 parents 68753e1 + e3896a0 commit ddd550c

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)