From fc4cbbecc61976dbb24ba7fceb172a25bcd57321 Mon Sep 17 00:00:00 2001 From: "Reuven V. Gonzales" Date: Fri, 19 Apr 2024 00:38:00 +0000 Subject: [PATCH] fix --- .github/workflows/meltano/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meltano/action.yml b/.github/workflows/meltano/action.yml index 75fbf134c..fe7c11b12 100644 --- a/.github/workflows/meltano/action.yml +++ b/.github/workflows/meltano/action.yml @@ -37,7 +37,7 @@ runs: steps: - uses: actions/setup-python@v5 with: - python-version: '3.10.13' + python-version: '3.11.9' - uses: snok/install-poetry@v1 with: