Skip to content

Commit

Permalink
feat(ci): update actions/create-github-app-token action (v1.9.3 → v1.…
Browse files Browse the repository at this point in the history
…10.0)

| datasource  | package                         | from   | to      |
| ----------- | ------------------------------- | ------ | ------- |
| github-tags | actions/create-github-app-token | v1.9.3 | v1.10.0 |
  • Loading branch information
renovate[bot] authored May 4, 2024
1 parent c7052d6 commit 5ca2286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:

- name: "Generate Short Lived OAuth App Token (ghs_*)"
uses: actions/create-github-app-token@v1.9.3
uses: actions/create-github-app-token@v1.10.0
id: app-token
with:
app-id: "${{ secrets.BPG_APP_ID }}"
Expand Down

0 comments on commit 5ca2286

Please sign in to comment.