diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index 069c9ac..e187019 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -16,12 +16,12 @@ jobs: node-version: [22.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm'