Skip to content

Commit

Permalink
Bump actions/setup-python from 3 to 4 (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Reiley Yang <reyang@microsoft.com>
  • Loading branch information
mic-max and reyang committed Jun 14, 2022
1 parent 2d41195 commit 462b8f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- name: check out code
uses: actions/checkout@v3

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: install yamllint
run: make install-yamllint
Expand Down

0 comments on commit 462b8f6

Please sign in to comment.