diff options
| author | IngHK <[email protected]> | 2024-02-07 10:11:42 +0100 |
|---|---|---|
| committer | IngHK <[email protected]> | 2024-02-07 10:11:42 +0100 |
| commit | a0660027311738947a4227df63767fc81328dc86 (patch) | |
| tree | 8e04c514619a9975999dd68892b247df2cf0759c /.github/workflows/pre-commit.yml | |
| parent | e784e20b93068f4b063e066eb50ea005aeec99f4 (diff) | |
| parent | b60d0ff1d4f1db0e3caeb26895e73e749206023a (diff) | |
Merge remote-tracking branch 'remotes/hathach/master' into improve_debug_prints
Diffstat (limited to '.github/workflows/pre-commit.yml')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 2e9ae9264..e36259daa 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' |
