Skip to content

Commit

Permalink
Merge pull request open-telemetry#4 from open-telemetry/dependabot/gi…
Browse files Browse the repository at this point in the history
…thub_actions/actions/setup-python-3

Bump actions/setup-python from 2 to 3
  • Loading branch information
reyang committed Apr 27, 2022
2 parents 1ad4e89 + c36e636 commit 922b03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: check out code
uses: actions/checkout@v3

- uses: actions/setup-python@v2
- uses: actions/setup-python@v3

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

0 comments on commit 922b03f

Please sign in to comment.