File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3030 matrix :
3131 python-version : ["3.11"]
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 - name : Set up Python ${{ matrix.python-version }}
3535 uses : actions/setup-python@v5
3636 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Check out the repo
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 with :
1818 repository : ${{ inputs.repository }}
1919 ref : ${{ inputs.ref }}
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v6
1515
1616 - name : Build Docker image
1717 run : docker build -t eventyay-talk:${{ github.sha }} .
Original file line number Diff line number Diff line change 1313 steps :
1414 -
1515 name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 -
1818 name : Set up QEMU
1919 uses : docker/setup-qemu-action@v2
Original file line number Diff line number Diff line change 1919 name : Spellcheck
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - uses : actions/setup-python@v5
2424 with :
2525 python-version-file : " .github/workflows/python-version.txt"
5656 name : Linkcheck
5757 runs-on : ubuntu-22.04
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v6
6060 - uses : actions/setup-python@v5
6161 with :
6262 python-version-file : " .github/workflows/python-version.txt"
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Check out the repository
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v6
1313
1414 - name : Set up Python
1515 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 name : Check that translation files compile
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - name : Set up Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v5
2525 with :
Original file line number Diff line number Diff line change 2424 name : HTML checks
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 - uses : actions/setup-python@v5
2929 with :
3030 python-version-file : " .github/workflows/python-version.txt"
Original file line number Diff line number Diff line change 4747 ports :
4848 - 5432:5432
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v6
5151 - name : Set up Python ${{ matrix.python-version }}
5252 uses : actions/setup-python@v5
5353 with :
You can’t perform that action at this time.
0 commit comments