From 227bf24f68532394b9349d467c7f5b3744f44e6c Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Fri, 18 Apr 2025 05:55:47 -0400 Subject: [PATCH] Update generator.yml --- .github/workflows/generator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 46c2ca5..7fc7826 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v5 with: python-version: "3.11" cache: 'pip'