Update all non-major dependencies

This commit is contained in:
renovate[bot] 2024-07-24 12:57:44 +00:00 committed by GitHub
parent 4ec06daf3e
commit 6af3afa6fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 91 additions and 104 deletions

View file

@ -60,7 +60,7 @@ jobs:
contains(github.event.issue.labels.*.name, 'X-Needs-Info')
steps:
- id: add_to_project
uses: actions/add-to-project@v1.0.1
uses: actions/add-to-project@v1.0.2
with:
project-url: ${{ env.PROJECT_URL }}
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
@ -83,7 +83,7 @@ jobs:
contains(github.event.issue.labels.*.name, 'Z-Flaky-Test')
steps:
- id: add_to_project
uses: actions/add-to-project@v1.0.1
uses: actions/add-to-project@v1.0.2
with:
project-url: ${{ env.PROJECT_URL }}
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}