diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index 530868a..6a9c3d6 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -61,7 +61,7 @@ jobs: node-version: 20 - name: Checkout helia-http-gateway - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: helia-http-gateway diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f3f7220..bd4d67c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 60 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 20