diff --git a/.github/workflows/spider_action.yml b/.github/workflows/spider_action.yml index 37ad3e9..badf19f 100644 --- a/.github/workflows/spider_action.yml +++ b/.github/workflows/spider_action.yml @@ -16,17 +16,17 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12" - name: Cache pip dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}