diff --git a/.github/workflows/pull-request.js.yml b/.github/workflows/pull-request.js.yml index cf65166c..0cf9efe3 100644 --- a/.github/workflows/pull-request.js.yml +++ b/.github/workflows/pull-request.js.yml @@ -51,7 +51,7 @@ jobs: - name: Update architecture violations comment if: always() && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const marker = ''; diff --git a/.github/workflows/setup-pr.yml b/.github/workflows/setup-pr.yml index 0fc10d9b..5ae68fbd 100644 --- a/.github/workflows/setup-pr.yml +++ b/.github/workflows/setup-pr.yml @@ -14,7 +14,7 @@ jobs: issues: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0