Skip to content

Commit 170d92b

Browse files
committed
Bump actions CI. (#2166)
1 parent ecb8673 commit 170d92b

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
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4.1.1
4444

4545
- name: Set up Python ${{ matrix.python }}
46-
uses: actions/setup-python@v5.0.0
46+
uses: actions/setup-python@v5.1.0
4747
with:
4848
python-version: ${{ matrix.python }}
4949

@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Restore base Python virtual environment
6363
id: cache-venv
64-
uses: actions/cache@v4.0.1
64+
uses: actions/cache@v4.0.2
6565
with:
6666
path: ${{ env.VIRTUAL_ENV }}
6767
key: >-

0 commit comments

Comments
 (0)