diff options
author | 2023-09-11 09:45:08 +0100 | |
---|---|---|
committer | 2023-09-11 09:45:08 +0100 | |
commit | 6d45e5879ec1eeb6c378d1d5a73149cf71a8aac9 (patch) | |
tree | cbc09b76ca5e12b706a5f277f2abd16241628b9e | |
parent | Bump actions/checkout from 3 to 4 (#141) (diff) |
Bump HassanAbouelela/actions from setup-python_v1.4.1 to 1.4.2 (#140)
Bumps [HassanAbouelela/actions](https://github.com/hassanabouelela/actions) from setup-python_v1.4.1 to 1.4.2. 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.1...setup-python_v1.4.2)
---
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-ansible.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/lint.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint-ansible.yaml b/.github/workflows/lint-ansible.yaml index d4db1b6..217967b 100644 --- a/.github/workflows/lint-ansible.yaml +++ b/.github/workflows/lint-ansible.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Python Dependencies - uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.1 + uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2 with: python_version: '3.11' install_args: --only ansible diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e4d4271..8c14bee 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Python Dependencies - uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.1 + uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2 with: python_version: '3.11' install_args: --only main |