From 4b14c276749f9775b730734ab27d123cc89c2ad1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 22:14:44 +0000 Subject: [PATCH] Update actions/create-github-app-token action to v1.11.0 --- .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}}