Skip to content

Commit

Permalink
Merge pull request #6 from wakatime/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5

⬆️ Bump actions/setup-python from 4 to 5
  • Loading branch information
alanhamlett authored Mar 18, 2024
2 parents 931cdbd + c4b5f31 commit 02f031b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.python-version }}
cache: ${{ env.cache }}
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.python-version }}
cache: ${{ env.cache }}
Expand Down

0 comments on commit 02f031b

Please sign in to comment.