diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ddb9314..3ce1286 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,7 +43,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 125bc6f..cebd69f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: pages: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Node.js 20 uses: actions/setup-node@v5 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c67f2bc..23386ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v5 with: node-version: "${{ matrix.node }}" - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: "Cache node_modules" uses: actions/cache@v4 with: