diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30eb3e0..16971c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Validate workflow files run: | diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 83559c4..b07f0cf 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -58,7 +58,7 @@ jobs: steps: # Checkout the repository code - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0