diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f49852c..56077be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: with: fetch-depth: 0 #full history - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.13" - name: Install and configure Poetry diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2f1deac..3ab7e0d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: - name: Check out source repository uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.13" - name: Install and configure Poetry (this should ideally be done from pyproject.toml but..)