Skip to content

Commit 05de71e

Browse files
committed
Update GitHub Actions
1 parent 0b3b8fa commit 05de71e

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
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
ref: ${{ github.event.pull_request.head.sha }}
1515
- name: Setup Python
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.11'
1919
cache: 'pip'
@@ -36,11 +36,11 @@ jobs:
3636
fail-fast: false
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
ref: ${{ github.event.pull_request.head.sha }}
4242
- name: Setup Python
43-
uses: actions/setup-python@v4
43+
uses: actions/setup-python@v5
4444
with:
4545
python-version: ${{ matrix.python }}
4646
cache: 'pip'

0 commit comments

Comments
 (0)