File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 runs-on : ${{ matrix.os }}
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 with :
1818 submodules : " recursive"
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 environment : production
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 with :
1717 submodules : " recursive"
1818
1919 - name : Set up Python
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : " 3.11"
2323
Original file line number Diff line number Diff line change 77 name : Build Docs
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111 with :
1212 submodules : " recursive"
1313 - name : Set up Python
14- uses : actions/setup-python@v5
14+ uses : actions/setup-python@v6
1515 with :
1616 python-version : " 3.11"
1717 - name : Install dependencies
7878 fi
7979 - name : Checkout latest Docs
8080 continue-on-error : true
81- uses : actions/checkout@v4
81+ uses : actions/checkout@v6
8282 with :
8383 repository : ${{ env.DOCS_REPO }}
8484 path : ${{ env.DOCS_DIR }}
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525 remove_packages_one_command : true
2626 rm_cmd : " rmz"
2727
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 with :
3030 submodules : " recursive"
3131
3232 - name : Set up Python
33- uses : actions/setup-python@v4
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : " 3.11"
3636
Original file line number Diff line number Diff line change @@ -32,20 +32,20 @@ jobs:
3232
3333 runs-on : ${{ matrix.os }}
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v6
3636 with :
3737 submodules : " recursive"
3838
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@v4
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : 3.11
4343
4444 - name : Install PlatformIO
4545 run : pip install -U .
4646
4747 - name : Check out ${{ matrix.project.repository }}
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v6
4949 with :
5050 submodules : " recursive"
5151 repository : ${{ matrix.project.repository }}
You can’t perform that action at this time.
0 commit comments