diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 2348af8..78b89cf 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set timezone uses: szenius/set-timezone@1f9716b0f7120e344f0c62bb7b1ee98819aefd42 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8f1a96..9cd126c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup uv uses: astral-sh/setup-uv@v7