Skip to content

Commit 50df61f

Browse files
authored
Merge pull request #2067 from weaviate/add_mirror
Update GHA action to avoid warning
2 parents 3e548f8 + 95b5d76 commit 50df61f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mirror-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Mint app token for weaviate/${{ matrix.repo }}
2121
id: app-token
22-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
22+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2323
with:
2424
app-id: ${{ secrets.MIRROR_APP_ID }}
2525
private-key: ${{ secrets.MIRROR_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)