diff --git a/.github/workflows/run_daily_crawler_test.yaml b/.github/workflows/run_daily_crawler_test.yaml index 62e9dbf1..286eb163 100644 --- a/.github/workflows/run_daily_crawler_test.yaml +++ b/.github/workflows/run_daily_crawler_test.yaml @@ -13,7 +13,7 @@ jobs: steps: # Check out the code from the repository - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Set up Node.js - name: Set up Node.js