diff options
| author | 2024-05-07 00:24:27 +0100 | |
|---|---|---|
| committer | 2024-05-07 00:24:27 +0100 | |
| commit | bbee72348892f46905df3a773761f075f282fbfb (patch) | |
| tree | 2ee1f222e29cbd5ddc04fef87380361df10787af | |
| parent | Update devops rules cog due to new infra repo layout (diff) | |
Update setup-python CI step to 1.5.0
| -rw-r--r-- | .github/workflows/lint.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 8821b8e..2c2ffc1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python dependencies - uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2 + uses: HassanAbouelela/actions/setup-python@setup-python_v1.5.0 with: python_version: '3.12' |