diff --git a/.github/workflows/check-copilot-template.yml b/.github/workflows/check-copilot-template.yml index fc72639..75eebbe 100644 --- a/.github/workflows/check-copilot-template.yml +++ b/.github/workflows/check-copilot-template.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Dynamic template version check id: version-check diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 31b0ff9..748427b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v4