From a896545af5ee8bb1f37357bcfd60db797ac099e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 23:17:31 +0100 Subject: [PATCH] Update actions/create-github-app-token action to v1.11.0 (#83) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/rebar-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebar-lock.yml b/.github/workflows/rebar-lock.yml index d4d93bb..4b7f1aa 100644 --- a/.github/workflows/rebar-lock.yml +++ b/.github/workflows/rebar-lock.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4 + - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 id: app-token with: app-id: ${{vars.GHA_LITTLE_HELPER_APP_ID}}