From 565692346b38027434a29b024326e3e9495d492b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 19:42:47 +0000 Subject: [PATCH] Update GitHub Actions --- .github/workflows/automation.yaml | 2 +- .github/workflows/triage-labelled.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automation.yaml b/.github/workflows/automation.yaml index 3d24d64..a3f9d66 100644 --- a/.github/workflows/automation.yaml +++ b/.github/workflows/automation.yaml @@ -10,7 +10,7 @@ jobs: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: cache: yarn node-version-file: .node-version diff --git a/.github/workflows/triage-labelled.yml b/.github/workflows/triage-labelled.yml index 6e3dd78..1a3ad3e 100644 --- a/.github/workflows/triage-labelled.yml +++ b/.github/workflows/triage-labelled.yml @@ -15,7 +15,7 @@ jobs: if: > contains(github.event.issue.labels.*.name, 'P-Web') steps: - - uses: actions/add-to-project@27022a19346d0433f2b9859dd2b69d38f4277808 # main + - uses: actions/add-to-project@1f2db0f17f4dca7786abfab9ca41e2bdcca1e27a # main with: project-url: https://github.com/orgs/element-hq/projects/120 github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} \ No newline at end of file