diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 91caf4645..dfc2ab1c1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js 22 uses: actions/setup-node@v4 with: diff --git a/.github/workflows/test-deploy.yaml b/.github/workflows/test-deploy.yaml index fec7026a8..00fc7a50d 100644 --- a/.github/workflows/test-deploy.yaml +++ b/.github/workflows/test-deploy.yaml @@ -14,7 +14,7 @@ jobs: matrix: node-version: [20, 22, 24] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: actions/setup-node@v4 @@ -27,4 +27,4 @@ jobs: - name: Test build website run: | npm run build:spec - npm run build:docs \ No newline at end of file + npm run build:docs diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index afb1b97b0..48207da55 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ jobs: lint-and-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js 22 uses: actions/setup-node@v4 with: