From e669662d079f27da80a7b487cf5afe7063a4f040 Mon Sep 17 00:00:00 2001 From: "lab-assistant[bot]" <180935599+lab-assistant[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 16:27:14 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20actions/create-gi?= =?UTF-8?q?thub-app-token=20(=20v2.0.2=20=E2=86=92=20v2.0.3=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | actions/create-github-app-token | v2.0.2 | v2.0.3 | --- .github/workflows/docs-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-release.yaml b/.github/workflows/docs-release.yaml index 233a43e3..a717ed1b 100644 --- a/.github/workflows/docs-release.yaml +++ b/.github/workflows/docs-release.yaml @@ -24,7 +24,7 @@ jobs: contents: write steps: - name: Generate Token - uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 + uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3 id: app-token with: app-id: ${{ secrets.LAB_ASSISTANT_APP_ID }}