diff --git a/.github/workflows/evergreen.yaml b/.github/workflows/evergreen.yaml index e8b7e30..9910996 100644 --- a/.github/workflows/evergreen.yaml +++ b/.github/workflows/evergreen.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Generate GitHub application token id: generate-token - uses: peter-murray/workflow-application-token-action@v3 + uses: peter-murray/workflow-application-token-action@v4 with: application_id: ${{ secrets.GH_APPLICATION_ID }} application_private_key: ${{ secrets.GH_APPLICATION_PRIVATE_KEY }}