diff options
author | 2024-05-31 18:50:31 +0100 | |
---|---|---|
committer | 2024-05-31 18:50:31 +0100 | |
commit | 5d2d536e77c3717757fc7f6b521d05523bd49007 (patch) | |
tree | fc71f772c95c3eb7a711eb8b4f9d0e451fddfd49 | |
parent | Bump ruff from 0.4.5 to 0.4.6 (#1541) (diff) |
Bump HassanAbouelela/actions from setup-python_v1.5.0 to 1.6.0 (#1536)
Bumps [HassanAbouelela/actions](https://github.com/hassanabouelela/actions) from setup-python_v1.5.0 to 1.6.0. This release includes the previously tagged commit.
- [Release notes](https://github.com/hassanabouelela/actions/releases)
- [Commits](https://github.com/hassanabouelela/actions/compare/setup-python_v1.5.0...setup-python_v1.6.0)
---
updated-dependencies:
- dependency-name: HassanAbouelela/actions
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 b1b472de..6eeafe36 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Install Python Dependencies - uses: HassanAbouelela/actions/setup-python@setup-python_v1.5.0 + uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0 with: python_version: "3.12" |