diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92e4811..4554e48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: 🏗 Set up Python 3.7 - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: 3.7 - name: 🏗 Install build dependencies @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: 🏗 Set up Python 3.7 - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: 3.7 - name: 🏗 Set up dependencies