File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v4
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
2929 steps :
3030 - uses : actions/checkout@v4
3131 - name : Set up Python
32- uses : actions/setup-python@v4
32+ uses : actions/setup-python@v5
3333 with :
3434 python-version : 3.11
3535 - name : Install dependencies
4343 steps :
4444 - uses : actions/checkout@v4
4545 - name : Set up Python
46- uses : actions/setup-python@v4
46+ uses : actions/setup-python@v5
4747 with :
4848 python-version : 3.11
4949 - name : Install dependencies
5757 steps :
5858 - uses : actions/checkout@v4
5959 - name : Set up Python
60- uses : actions/setup-python/@v4
60+ uses : actions/setup-python/@v5
6161 with :
6262 python-version : 3.11
6363 - name : Install Detect Secrets
You can’t perform that action at this time.
0 commit comments