File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121
2222 steps :
2323 - name : Checkout repo
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v3
2525
2626 - name : Set up python
27- uses : actions/setup-python@v2
27+ uses : actions/setup-python@v4
2828 with :
29- python-version : " 3.9 "
29+ python-version : " 3.11 "
3030
3131 - name : Set version
3232 # A specific version was set in the action trigger.
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 # steps to run in each job. Some are github actions, others run shell commands
2626 steps :
2727 - name : Checkout repo
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v3
2929
3030 - name : Set up python
31- uses : actions/setup-python@v2
31+ uses : actions/setup-python@v4
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 architecture : ${{ matrix.architecture }}
You can’t perform that action at this time.
0 commit comments