diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-10-21 21:11:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-21 21:11:05 +0300 |
| commit | 4e2a9667bda1a1980993ae453dfe6ff38dd1835a (patch) | |
| tree | 64542828f2ebbf2e1bbe2516073a7dfbe9b5a075 /.github/workflows/pre-commit.yaml | |
| parent | 01823996196c11aea905200fe267463d520d285b (diff) | |
| parent | 0d5138c1f93a77ff52551a76d0d8575413550859 (diff) | |
Merge from secondlife/develop into 2025.08
Diffstat (limited to '.github/workflows/pre-commit.yaml')
| -rw-r--r-- | .github/workflows/pre-commit.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index d626eef38d..726e1cd889 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -11,8 +11,8 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v4 with: python-version: 3.x - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 |
