diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 8f3d3ac..43d3f5b 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -120,7 +120,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11'