Skip to content

Commit ab3b74b

Browse files
committed
Latest github actions
1 parent 87db530 commit ab3b74b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout the Git repository
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Setup Python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: '3.9'
2222
cache: 'pip'

0 commit comments

Comments
 (0)