File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Set up Python 3
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.x'
2323
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Set up Python 3
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.x'
2323
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Set up Python 3
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.x'
2323
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88 schedule :
99 - cron : ' 0 0 * * *'
10-
10+
1111jobs :
1212 build :
1313 runs-on : ubuntu-latest
1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Set up Python 3
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.x'
2323
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88 schedule :
99 - cron : ' 0 0 * * *'
10-
10+
1111jobs :
1212 build :
1313 runs-on : macos-latest
1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Set up Python 3
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.x'
2323
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88 schedule :
99 - cron : ' 0 0 * * *'
10-
10+
1111jobs :
1212 build :
1313 runs-on : windows-latest
1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Set up Python 3
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.x'
2323
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Set up Python 3
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.x'
2323
You can’t perform that action at this time.
0 commit comments