diff options
author | 2023-09-07 09:24:55 +0100 | |
---|---|---|
committer | 2023-09-07 09:24:55 +0100 | |
commit | 5819b5d6bfc627982c9bae90243dbaf877868cd1 (patch) | |
tree | 8b687cb9cf3140ff27a0457143715132d92aa005 /.github/workflows | |
parent | Merge pull request #1087 from python-discord/dependabot/pip/ruff-0.0.287 (diff) |
Bump HassanAbouelela/actions from setup-python_v1.4.1 to 1.4.2 (#1095)
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>
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 f3fec4f5..5ad1026d 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -12,7 +12,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' |