Skip to content

Commit 8996512

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(dependencies): update actions/setup-python action to v3
1 parent cdc4959 commit 8996512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@master
11-
- uses: actions/setup-python@v2
11+
- uses: actions/setup-python@v3
1212
with:
1313
python-version: "3.9"
1414
architecture: "x64"
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v2
2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v3
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- uses: snok/[email protected]

0 commit comments

Comments
 (0)