Skip to content

Commit 3d9769f

Browse files
committed
Bump actions CI.
1 parent 33d9ff4 commit 3d9769f

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/[email protected]
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/[email protected].1
64+
uses: actions/[email protected].2
6565
with:
6666
path: ${{ env.VIRTUAL_ENV }}
6767
key: >-

0 commit comments

Comments
 (0)