diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f91fe5..f3621ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v1.5.0 + uses: actions/create-github-app-token@v1.5.1 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }} @@ -52,7 +52,7 @@ jobs: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v1.5.0 + uses: actions/create-github-app-token@v1.5.1 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }}