diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9708b23..92a8076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,10 +31,10 @@ jobs: - 24.x steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: ${{ matrix.node-version }} cache: npm @@ -64,10 +64,10 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: 22.13.0 cache: npm @@ -85,10 +85,10 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: 20.19.0 cache: npm diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 350a468..478ff1a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,13 +32,13 @@ jobs: - actions steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Node if: matrix.language == 'javascript-typescript' - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: 24.x cache: npm diff --git a/.github/workflows/release-dry-run.yml b/.github/workflows/release-dry-run.yml index 801cab4..3fbdcab 100644 --- a/.github/workflows/release-dry-run.yml +++ b/.github/workflows/release-dry-run.yml @@ -22,12 +22,12 @@ jobs: timeout-minutes: 20 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Node - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: 24.x cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0190c4..38e30ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,12 +23,12 @@ jobs: timeout-minutes: 20 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Node - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: 24.x cache: npm