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