diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c07c23..4912fb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: node: ['20', '22'] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Enable Corepack run: corepack enable diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 44cb8ed..408ca5a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: language: ['javascript-typescript'] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Initialize CodeQL uses: github/codeql-action/init@v4