From 318579ade3bf1d22e1ca1275d0c0299dc633436c Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Fri, 3 Oct 2025 12:01:22 -0500 Subject: [PATCH] update workflow action versions --- .gitea/workflows/quotes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/quotes.yaml b/.gitea/workflows/quotes.yaml index d07dd76..fd1783f 100644 --- a/.gitea/workflows/quotes.yaml +++ b/.gitea/workflows/quotes.yaml @@ -7,9 +7,9 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v6 with: python-version: "3.13" - name: Install dependencies