Skip to content

Commit 849a696

Browse files
authored
Merge pull request #7 from python-humanize/dependabot/github_actions/actions/setup-python-3
2 parents 2b64efb + 3a0cb27 commit 849a696

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111

1212
- name: Set up Python
13-
uses: actions/setup-python@v2
13+
uses: actions/setup-python@v3
1414
with:
1515
python-version: "3.x"
1616
pip: cache

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: actions/setup-python@v2
11+
- uses: actions/setup-python@v3
1212
- uses: pre-commit/action@v2.0.3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424

2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v3
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
cache: pip

0 commit comments

Comments
 (0)