diff --git a/.github/workflows/java.deploy.maven.yml b/.github/workflows/java.deploy.maven.yml index b26f354..146b853 100644 --- a/.github/workflows/java.deploy.maven.yml +++ b/.github/workflows/java.deploy.maven.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Generate Access Token id: auth - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.KDEVBOT_APP_ID }} private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }} diff --git a/.github/workflows/npm.deploy.electron.yml b/.github/workflows/npm.deploy.electron.yml index b1b3580..5731b5c 100644 --- a/.github/workflows/npm.deploy.electron.yml +++ b/.github/workflows/npm.deploy.electron.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Generate Access Token id: auth - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.KDEVBOT_APP_ID }} private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }} diff --git a/.github/workflows/npm.deploy.release.yml b/.github/workflows/npm.deploy.release.yml index 0849f0f..580670f 100644 --- a/.github/workflows/npm.deploy.release.yml +++ b/.github/workflows/npm.deploy.release.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Generate Access Token id: auth - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.KDEVBOT_APP_ID }} private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }} diff --git a/.github/workflows/npm.deploy.vs.yml b/.github/workflows/npm.deploy.vs.yml index 92061f2..808f96b 100644 --- a/.github/workflows/npm.deploy.vs.yml +++ b/.github/workflows/npm.deploy.vs.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Generate Access Token id: auth - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.KDEVBOT_APP_ID }} private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b22683e..76764ab 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Generate Access Token id: auth - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.KDEVBOT_APP_ID }} private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }} @@ -48,7 +48,7 @@ jobs: steps: - name: Generate Access Token id: auth - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.KDEVBOT_APP_ID }} private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }}