diff options
| author | Jerry Palacios <[email protected]> | 2024-02-07 17:03:13 -0600 |
|---|---|---|
| committer | Jerry Palacios <[email protected]> | 2024-02-07 17:03:13 -0600 |
| commit | 6c4a5292a6a59dec1b7f37be42725ea85205f3c9 (patch) | |
| tree | 774cb5a4fa024cc11ee32989fce90097744f0b9e /.github/workflows/pre-commit.yml | |
| parent | 17cd5e095255103696e1dde3c5dc7f06ef61274c (diff) | |
Back to original
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' |
