diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b48b36d..2a5483e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Clone Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 @@ -85,7 +85,7 @@ jobs: python-version: 3.11 - name: Clone Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.ref }} fetch-depth: 0 @@ -119,7 +119,7 @@ jobs: python-version: 3.11 - name: Clone Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.ref }} fetch-depth: 0 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 065c5c3..18eb260 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: sparse-checkout: | .github