Skip to content

Commit efcbaf6

Browse files
authored
Merge pull request #37 from python-humanize/renovate/github-actions
Update github-actions
2 parents 08797c1 + 78e2e1e commit efcbaf6

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.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@v3
1111

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

.github/workflows/lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v3
12-
- uses: pre-commit/[email protected]
11+
- uses: actions/setup-python@v4
12+
with:
13+
python-version: "3.x"
14+
- uses: pre-commit/[email protected]

.github/workflows/require-pr-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: mheap/github-action-required-labels@v1
12+
- uses: mheap/github-action-required-labels@v2
1313
with:
1414
mode: minimum
1515
count: 1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919

2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v3
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
cache: pip

0 commit comments

Comments
 (0)