Skip to content

Commit 6449d24

Browse files
committed
bump github action versions
1 parent 2bfcad7 commit 6449d24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_djelme.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-20.04
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-python@v4
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-python@v5
1717
id: setup-py
1818
with:
1919
python-version: '3.7'
@@ -43,8 +43,8 @@ jobs:
4343
ports:
4444
- 9201:9200
4545
steps:
46-
- uses: actions/checkout@v3
47-
- uses: actions/setup-python@v4
46+
- uses: actions/checkout@v4
47+
- uses: actions/setup-python@v5
4848
id: setup-py
4949
with:
5050
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)