Skip to content

Commit

Permalink
Merge pull request #512 from One-Language/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
BaseMax authored Dec 6, 2023
2 parents 2a121c0 + 3041fdb commit bdafe93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4
- uses: actions/setup-python@v4 # https://www.python.org/
- uses: actions/setup-python@v5 # https://www.python.org/
with:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
Expand Down

0 comments on commit bdafe93

Please sign in to comment.