File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313
1414 - name : Setup Python environment
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : 3.11
1818
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313
1414 - name : Setup Python environment
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : 3.11
1818
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
3434
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v6
3838
3939 - name : Setup Python
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : 3.11
4343
6666
6767 - name : Upload events log
6868 if : always()
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@v7
7070 with :
7171 name : events-log
7272 path : events
You can’t perform that action at this time.
0 commit comments