diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 98211fd..3cc25c2 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -28,7 +28,7 @@ jobs: - macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Wasmer uses: wasmerio/setup-wasmer@v2 - name: install python wasm @@ -36,7 +36,7 @@ jobs: run: | echo y | wapm install python/python - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: "${{ matrix.python }}" - name: Install Python Dependencies