うみゅ commited on
Commit
da2a73a
·
unverified ·
1 Parent(s): 1dc487d

Update python-app.yml

Browse files

uses: actions/setup-python@v5

Files changed (1) hide show
  1. .github/workflows/python-app.yml +1 -1
.github/workflows/python-app.yml CHANGED
@@ -20,7 +20,7 @@ jobs:
20
  steps:
21
  - uses: actions/checkout@v4
22
  - name: Set up Python 3.10
23
- uses: actions/setup-python@v3
24
  with:
25
  python-version: "3.10"
26
  cache: 'pip'
 
20
  steps:
21
  - uses: actions/checkout@v4
22
  - name: Set up Python 3.10
23
+ uses: actions/setup-python@v5
24
  with:
25
  python-version: "3.10"
26
  cache: 'pip'