Skip to content

Commit de76711

Browse files
authored
Merge pull request #6 from johnbullnz/main
Update actions/checkout and actions/setup-python versions
2 parents f17c89c + 394c8ff commit de76711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Set up Python 3
15-
uses: actions/setup-python@v3
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: "3.11"
1818
- name: Install dependencies

0 commit comments

Comments
 (0)