Skip to content

Commit 02f031b

Browse files
authored
Merge pull request #6 from wakatime/dependabot/github_actions/actions/setup-python-5
⬆️ Bump actions/setup-python from 4 to 5
2 parents 931cdbd + c4b5f31 commit 02f031b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.runs-on }}
3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: actions/setup-python@v4
34+
- uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ env.python-version }}
3737
cache: ${{ env.cache }}
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ${{ matrix.runs-on }}
5757
steps:
5858
- uses: actions/checkout@v4
59-
- uses: actions/setup-python@v4
59+
- uses: actions/setup-python@v5
6060
with:
6161
python-version: ${{ env.python-version }}
6262
cache: ${{ env.cache }}

0 commit comments

Comments
 (0)