diff --git a/.github/workflows/humble-format.yaml b/.github/workflows/humble-format.yaml index 2f94e5e..abb1388 100644 --- a/.github/workflows/humble-format.yaml +++ b/.github/workflows/humble-format.yaml @@ -12,6 +12,6 @@ jobs: name: pre-commit runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 - uses: pre-commit/action@v3.0.1 diff --git a/.github/workflows/rolling-format.yaml b/.github/workflows/rolling-format.yaml index 86a1cb0..2a8b0ae 100644 --- a/.github/workflows/rolling-format.yaml +++ b/.github/workflows/rolling-format.yaml @@ -12,6 +12,6 @@ jobs: name: pre-commit runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 - uses: pre-commit/action@v3.0.1