diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index fe71edc..df2d96d 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -27,7 +27,7 @@ jobs: benchmark-then-upload: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: cls-python-workflow-token with: app-id: ${{ secrets.CLS_PYTHON_WORKFLOW_CLIENT_ID }} diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 221d742..51f5e4a 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/develop' steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: cls-python-workflow-token with: app-id: ${{ secrets.CLS_PYTHON_WORKFLOW_CLIENT_ID }} diff --git a/.github/workflows/pr-rules-develop.yml b/.github/workflows/pr-rules-develop.yml index d96d8c8..d48e79a 100644 --- a/.github/workflows/pr-rules-develop.yml +++ b/.github/workflows/pr-rules-develop.yml @@ -16,7 +16,7 @@ jobs: checks: write pull-requests: write steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: cls-python-workflow-token with: app-id: ${{ secrets.CLS_PYTHON_WORKFLOW_CLIENT_ID }} diff --git a/.github/workflows/pr-rules-main.yml b/.github/workflows/pr-rules-main.yml index 161b68b..bab824b 100644 --- a/.github/workflows/pr-rules-main.yml +++ b/.github/workflows/pr-rules-main.yml @@ -16,7 +16,7 @@ jobs: checks: write pull-requests: write steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: cls-python-workflow-token with: app-id: ${{ secrets.CLS_PYTHON_WORKFLOW_CLIENT_ID }}