Skip to content

Commit 41ec303

Browse files
DimitriPapadopoulosadrienverge
authored andcommitted
1 parent 40ce4c2 commit 41ec303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
- run:
@@ -44,7 +44,7 @@ jobs:
4444
- '3.11'
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v3
47+
uses: actions/checkout@v4
4848
- name: Set up Python ${{ matrix.python-version }}
4949
uses: actions/setup-python@v4
5050
with:

0 commit comments

Comments
 (0)