Skip to content

Commit b55eb71

Browse files
Update python-app.yml
1 parent a609e11 commit b55eb71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on: [push, pull_request]
55
jobs:
66
test:
77
runs-on: self-hosted
8+
89

910
steps:
1011
- name: Checkout repository
11-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1213

1314
- name: Set up Python ${{ matrix.python-version }}
1415
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)