diff --git a/.changes/unreleased/Dependency-20240625-123830.yaml b/.changes/unreleased/Dependency-20240625-123830.yaml new file mode 100644 index 00000000..068576b1 --- /dev/null +++ b/.changes/unreleased/Dependency-20240625-123830.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump the github-actions group across 1 directory with 2 updates' +time: 2024-06-25T12:38:30.825362193Z diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e405c8be..e3517600 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Prepare release - uses: labd/changie-release-action@v0.3.1 + uses: labd/changie-release-action@v0.3.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index 9bba0c6e..52b4b1dd 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@v1.0.1 + uses: actions/add-to-project@v1.0.2 with: project-url: https://github.com/orgs/labd/projects/3 github-token: ${{ steps.get-app-token.outputs.app-token }}