Skip to content

Commit 0d519b7

Browse files
authored
ci: update actions
1 parent 53eeb4c commit 0d519b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
python-version: [3.8]
1111
steps:
1212
- name: Check out code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
cache: "pip"

0 commit comments

Comments
 (0)