diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d053347..6357d95 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Python if: runner.os != 'Windows' - uses: actions/setup-python@v4.0.0 + uses: actions/setup-python@v4.4.0 with: python-version: "3.9" id: python