diff --git a/.github/workflows/feature-test.yml b/.github/workflows/feature-test.yml index 91a6667..c107625 100644 --- a/.github/workflows/feature-test.yml +++ b/.github/workflows/feature-test.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: 🐍 Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }}