diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05dd9232f..f58080877 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: check-latest: true node-version: "lts/*" - name: 🏗 Set up Python - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.2.0 with: architecture: "x64" cache: "pip" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 03f741b27..4ce09f186 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: check-latest: true node-version: "lts/*" - name: 🏗 Set up Python - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.2.0 with: architecture: "x64" cache: "pip"