Skip to content

Commit cba37e2

Browse files
authored
Bump actions. (#2071)
1 parent c897ed0 commit cba37e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repo from github
43-
uses: actions/[email protected].0
43+
uses: actions/[email protected].1
4444

4545
- name: Set up Python ${{ matrix.python }}
46-
uses: actions/setup-python@v4.7.1
46+
uses: actions/setup-python@v5.0.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@v3.3.2
64+
uses: actions/cache@v4.0.1
6565
with:
6666
path: ${{ env.VIRTUAL_ENV }}
6767
key: >-
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-22.04
118118
timeout-minutes: 10
119119
steps:
120-
- uses: actions/checkout@v3
120+
- uses: actions/checkout@v4.1.1
121121

122122
- uses: github/codeql-action/init@v2
123123
with:

0 commit comments

Comments
 (0)