File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 matrix :
1414 python-version : ['3.12']
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v6
1717 - name : Set up Python ${{ matrix.python-version }}
1818 uses : actions/setup-python@v3
1919 with :
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v6
1414 - name : Set up Ruby 3.0
1515 uses : ruby/setup-ruby@v1
1616 with :
Original file line number Diff line number Diff line change 1313 matrix :
1414 python-version : ['3.12']
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v6
1717 - name : Set up Python ${{ matrix.python-version }}
1818 uses : actions/setup-python@v3
1919 with :
Original file line number Diff line number Diff line change 1010 markdown-link-check :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v6
1414 - uses : gaurav-nelson/github-action-markdown-link-check@v1
1515 with :
1616 use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 1818 # check-out repo and set-up python
1919 # ----------------------------------------------
2020 - name : Check out repository
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v6
2222 - name : Set up python
2323 id : setup-python
2424 uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 1818 # check-out repo and set-up python
1919 # ----------------------------------------------
2020 - name : Check out repository
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v6
2222 - name : Set up python
2323 id : setup-python
2424 uses : actions/setup-python@v3
Original file line number Diff line number Diff line change 1818 # check-out repo and set-up python
1919 # ----------------------------------------------
2020 - name : Check out repository
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v6
2222 - name : Set up python
2323 id : setup-python
2424 uses : actions/setup-python@v3
You can’t perform that action at this time.
0 commit comments