diff --git a/.github/workflows/feature.yaml b/.github/workflows/feature.yaml index e9a9b961..d8e7b583 100644 --- a/.github/workflows/feature.yaml +++ b/.github/workflows/feature.yaml @@ -7,11 +7,11 @@ jobs: with: version: latest - name: setup repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: setup node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' - run: pnpm install @@ -26,11 +26,11 @@ jobs: with: version: latest - name: setup repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: setup node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '${{ matrix.node_js_version }}' - run: pnpm install @@ -51,11 +51,11 @@ jobs: with: version: latest - name: setup repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: setup node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '20' - run: pnpm install diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 27d56a17..f10c5484 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,11 +8,11 @@ jobs: with: version: latest - name: setup repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: setup node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "20" - run: pnpm install