this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(github-action)!: Update actions/create-github-app-token action ( v2 → v3 ) (#2421)

| datasource | package | from | to |
| ----------- | ------------------------------- | ---- | -- |
| github-tags | actions/create-github-app-token | v2 | v3 |

Co-authored-by: samip5-bot[bot] <118629685+samip5-bot[bot]@users.noreply.github.com>

authored by

samip5-bot[bot]
samip5-bot[bot]
and committed by
GitHub
251db358 3f266f5d

+4 -4
+2 -2
.github/workflows/flux-diff.yaml
··· 18 18 matrix: ${{ steps.changed-clusters.outputs.all_changed_and_modified_files }} 19 19 steps: 20 20 - name: Generate Token 21 - uses: actions/create-github-app-token@v2 21 + uses: actions/create-github-app-token@v3 22 22 id: app-token 23 23 with: 24 24 app-id: "${{ secrets.BOT_APP_ID }}" ··· 57 57 fail-fast: false 58 58 steps: 59 59 - name: Generate Token 60 - uses: actions/create-github-app-token@v2 60 + uses: actions/create-github-app-token@v3 61 61 id: app-token 62 62 with: 63 63 app-id: "${{ secrets.BOT_APP_ID }}"
+2 -2
.github/workflows/flux-image-test.yaml
··· 18 18 matrix: ${{ steps.changed-clusters.outputs.all_changed_and_modified_files }} 19 19 steps: 20 20 - name: Generate Token 21 - uses: actions/create-github-app-token@v2 21 + uses: actions/create-github-app-token@v3 22 22 id: app-token 23 23 with: 24 24 app-id: "${{ secrets.BOT_APP_ID }}" ··· 58 58 matrix: ${{ steps.extract-images.outputs.images }} 59 59 steps: 60 60 - name: Generate Token 61 - uses: actions/create-github-app-token@v2 61 + uses: actions/create-github-app-token@v3 62 62 id: app-token 63 63 with: 64 64 app-id: "${{ secrets.BOT_APP_ID }}"