Skip to content

Commit bc22c45

Browse files
authored
Merge pull request #13 from rockstorm101/fix-melpazoid
fix: Upgrade Python and checkout actions
2 parents 6a33faf + 1c0cec9 commit bc22c45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/melpazoid.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@v4
17-
with: { python-version: 3.9 }
16+
uses: actions/setup-python@v5
17+
with: { python-version: 3.13 }
1818

1919
- name: Install
2020
run: |

0 commit comments

Comments
 (0)