diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bda98ed..beb44a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: } steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set environment variables run: | @@ -135,7 +135,7 @@ jobs: } steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set environment variables run: | @@ -227,7 +227,7 @@ jobs: } steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set environment variables run: | @@ -306,7 +306,7 @@ jobs: } steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set environment variables run: | @@ -372,7 +372,7 @@ jobs: } steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set environment variables run: | diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 5f06b4d..65054e4 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 051888a..1ddc063 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup uv uses: astral-sh/setup-uv@v7