diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 01f0811..561489f 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Generate token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.PYMINE_BOT_APP_ID }} private-key: ${{ secrets.PYMINE_BOT_PRIVATE_KEY }} diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml index ca8810b..9db699b 100644 --- a/.github/workflows/issue-labeler.yml +++ b/.github/workflows/issue-labeler.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.PYMINE_BOT_APP_ID }} private-key: ${{ secrets.PYMINE_BOT_PRIVATE_KEY }} diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 4873e0a..4939315 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.PYMINE_BOT_APP_ID }} private-key: ${{ secrets.PYMINE_BOT_PRIVATE_KEY }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f6fbe82..c175d82 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -145,7 +145,7 @@ jobs: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.PYMINE_BOT_APP_ID }} private-key: ${{ secrets.PYMINE_BOT_PRIVATE_KEY }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1a52491..344b079 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.PYMINE_BOT_APP_ID }} private-key: ${{ secrets.PYMINE_BOT_PRIVATE_KEY }} diff --git a/.github/workflows/update-minecraft-data.yml b/.github/workflows/update-minecraft-data.yml index ce8aac7..3d14a1d 100644 --- a/.github/workflows/update-minecraft-data.yml +++ b/.github/workflows/update-minecraft-data.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.PYMINE_BOT_APP_ID }} private-key: ${{ secrets.PYMINE_BOT_PRIVATE_KEY }}