diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 5a284d2..1a1e617 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Pages uses: actions/configure-pages@v5 diff --git a/.github/workflows/security-check.yml b/.github/workflows/security-check.yml index a2be93a..496f489 100644 --- a/.github/workflows/security-check.yml +++ b/.github/workflows/security-check.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0