diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c481886f..db9807bc 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -14,7 +14,7 @@ jobs: go-version: '1.20' - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9'