Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump actions/setup-python (#43)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from f97b83114c6f41cfaa57698147ad3ce20543a127 to 65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@f97b831...65d7f2d)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MJ Sabit セイル <98249191+seyLu@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and seyLu authored Sep 11, 2023
1 parent c6d4714 commit 93c2ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.5.3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@f97b83114c6f41cfaa57698147ad3ce20543a127 # v4.7.0
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.0
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
Expand Down

0 comments on commit 93c2ba3

Please sign in to comment.