diff options
author | 2023-06-27 06:04:47 +0000 | |
---|---|---|
committer | 2023-06-27 06:04:47 +0000 | |
commit | 620d1b75954889d6ac90ce3d08a78e845e76b101 (patch) | |
tree | 156b9c0d9d2ad2a50bbcbb609e532d5a3a3746f8 /.github/workflows | |
parent | Add new rule aliases (#1007) (diff) |
Bump HassanAbouelela/actions from setup-python_v1.4.0 to 1.4.1
Bumps [HassanAbouelela/actions](https://github.com/hassanabouelela/actions) from setup-python_v1.4.0 to 1.4.1. 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.4.0...setup-python_v1.4.1)
---
updated-dependencies:
- dependency-name: HassanAbouelela/actions
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 0c00549b..d1b67a33 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 - name: Install Python Dependencies - uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.0 + uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.1 with: python_version: '3.11' |