From a758366f479d77eac84e4f68e29afc9a65bcb71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:18:23 +0000 Subject: [PATCH] Bump tibdex/github-app-token from 1.8.0 to 1.8.2 Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.8.0 to 1.8.2. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/b62528385c34dbc9f38e5f4225ac829252d1ea92...0d49dd721133f900ebd5e0dff2810704e8defbc6) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9cf3198..74a6ac26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: - name: Generate GitHub token if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} id: generate_token - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # @v1.8.0 + uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # @v1.8.2 with: app_id: ${{ secrets.GH_APP_OS_APP_ID }} private_key: ${{ secrets.GH_APP_OS_PRIVATE_KEY }} @@ -117,7 +117,7 @@ jobs: - name: Generate GitHub token if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} id: generate_token - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # @v1.8.0 + uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # @v1.8.2 with: app_id: ${{ secrets.GH_APP_OS_APP_ID }} private_key: ${{ secrets.GH_APP_OS_PRIVATE_KEY }}