diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f8f2b1a..fe4e56c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: ref: "master" token: ${{ secrets.PUSH_TOKEN }} - name: 🏗 Set up Python - uses: actions/setup-python@v5.6.0 + uses: actions/setup-python@v6 with: python-version: "3.12" architecture: "x64" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cebc879..154d33e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.13" - name: Install dependencies