File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 # This should be updated whenever a new Debian stable version is available.
1111 container : debian:trixie
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Install dependencies
1515 run : |
1616 apt-get update && apt-get install --yes --no-install-recommends make python3-poetry
2121 build :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727 - name : Build production deployment
Original file line number Diff line number Diff line change 1313 # This should be updated whenever a new Debian stable version is available.
1414 container : debian:trixie
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Install dependencies
1818 run : |
1919 apt-get update && apt-get install --yes --no-install-recommends make python3-poetry
You can’t perform that action at this time.
0 commit comments