diff --git a/.github/workflows/_build-reusable.yml b/.github/workflows/_build-reusable.yml index 29090f2..ac5bdc6 100644 --- a/.github/workflows/_build-reusable.yml +++ b/.github/workflows/_build-reusable.yml @@ -110,7 +110,7 @@ jobs: bun-version: latest - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: '3.12' diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index aa74476..374a4c1 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -313,7 +313,7 @@ jobs: cache: true - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: '3.12'