Skip to content

Commit fdf94c7

Browse files
committed
Bump versions in the GH Actions workflow.
1 parent ae0feea commit fdf94c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
17-
- uses: actions/setup-python@v3
18-
- uses: pre-commit/action@v2.0.3
17+
- uses: actions/setup-python@v4
18+
- uses: pre-commit/action@v3.0.0
1919

2020
ci:
2121
runs-on: ${{ matrix.os }}
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
- uses: actions/checkout@v3
135135
- name: Set up Python ${{ matrix.python-version.name }}
136-
uses: actions/setup-python@v3
136+
uses: actions/setup-python@v4
137137
with:
138138
python-version: ${{ matrix.python-version.name }}
139139
- name: Install dependencies

0 commit comments

Comments
 (0)