diff options
author | 2023-01-16 19:39:59 +0000 | |
---|---|---|
committer | 2023-01-16 20:30:08 +0000 | |
commit | c1a2b0b788e38e317eefe92889939f422c35901e (patch) | |
tree | d18c764569ad8e1d208b7235557a2d080a4d2da6 /.github | |
parent | Merge pull request #843 from python-discord/dependabot/github_actions/Azure/k... (diff) |
Bump HassanAbouelela/actions from setup-python_v1.3.1 to 1.4.0
Bumps [HassanAbouelela/actions](https://github.com/HassanAbouelela/actions) from setup-python_v1.3.1 to 1.4.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.3.1...setup-python_v1.4.0)
---
updated-dependencies:
- dependency-name: HassanAbouelela/actions
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-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 50daadea..02a77c6e 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: Install Python Dependencies - uses: HassanAbouelela/actions/setup-python@setup-python_v1.3.1 + uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.0 with: dev: true python_version: '3.10' |