diff --git a/.changes/unreleased/Dependency-20240510-142102.yaml b/.changes/unreleased/Dependency-20240510-142102.yaml new file mode 100644 index 00000000..955315e5 --- /dev/null +++ b/.changes/unreleased/Dependency-20240510-142102.yaml @@ -0,0 +1,4 @@ +kind: Dependency +body: 'chore(deps): bump actions/add-to-project from 0.5.0 to 1.0.1 in the github-actions + group' +time: 2024-05-10T14:21:02.114431583Z diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index 6a30980e..9bba0c6e 100644 --- a/.github/workflows/triage.yaml +++ b/.github/workflows/triage.yaml @@ -18,7 +18,7 @@ jobs: private-key: ${{ secrets.RD_APP_PRIVATE_KEY }} installation-id: ${{ secrets.RD_APP_INSTALLATION_ID }} - name: set to project board - uses: actions/add-to-project@v0.5.0 + uses: actions/add-to-project@v1.0.1 with: project-url: https://github.com/orgs/labd/projects/3 github-token: ${{ steps.get-app-token.outputs.app-token }}