diff --git a/.github/workflows/commit-checker.yml b/.github/workflows/commit-checker.yml index 511e6f3..3739cc1 100644 --- a/.github/workflows/commit-checker.yml +++ b/.github/workflows/commit-checker.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 4 diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 10d72ba..1e7295f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python 3.11 uses: actions/setup-python@v5