diff --git a/.github/workflows/skill-web-content-extraction.yml b/.github/workflows/skill-web-content-extraction.yml index d26c3dc..b58fe7a 100644 --- a/.github/workflows/skill-web-content-extraction.yml +++ b/.github/workflows/skill-web-content-extraction.yml @@ -31,7 +31,7 @@ jobs: # Node 20 is intentionally excluded (it would only give false assurance). node-version: [22.x, 24.x] steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: