This repository was archived by the owner on Oct 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 with :
3535 # We must fetch at least the immediate parents so that if this is
3636 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : " Checkout Repository"
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 - name : " Dependency Review"
2020 uses : actions/dependency-review-action@v3
2121 with :
Original file line number Diff line number Diff line change 1212 runs-on : ${{ matrix.os }}
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - uses : rojopolis/spellcheck-github-actions@0.33.1
1717 name : Spellcheck
1818
2626 runs-on : ${{ matrix.os }}
2727
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
3030 - name : Set up Python ${{ matrix.python-version }}
3131 uses : actions/setup-python@v4
3232 with :
Original file line number Diff line number Diff line change 2222 - 5000:5000
2323
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - name : Set up Python ${{ matrix.python-version }}
2727 uses : actions/setup-python@v4
2828 with :
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Check out the repo
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818
1919 - name : Set up Docker Buildx
2020 uses : docker/setup-buildx-action@v2
Original file line number Diff line number Diff line change 1414 name : Integration Tests
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818
1919 - name : Install requirements
2020 run : |
Original file line number Diff line number Diff line change 1313 runs-on : ${{ matrix.os }}
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Set up Python ${{ matrix.python-version }}
1818 uses : actions/setup-python@v4
1919 with :
Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.os }}
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Set up Python ${{ matrix.python-version }}
2121 uses : actions/setup-python@v4
2222 with :
You can’t perform that action at this time.
0 commit comments