File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4.2.2
17+ - uses : actions/checkout@v5.0.0
1818 - name : Build the Docker image
1919 run : docker build . --file Dockerfile --platform linux/amd64
Original file line number Diff line number Diff line change 2020 matrix :
2121 python-version : [3.11, 3.12]
2222 steps :
23- - uses : actions/checkout@v4.2.2
23+ - uses : actions/checkout@v5.0.0
2424 - name : Set up Python ${{ matrix.python-version }}
2525 uses : actions/setup-python@v5.6.0
2626 with :
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : " Checkout code"
28- uses : actions/checkout@v4.2.2
28+ uses : actions/checkout@v5.0.0
2929 with :
3030 persist-credentials : false
3131
Original file line number Diff line number Diff line change 1818 statuses : write
1919 steps :
2020 - name : Checkout Code
21- uses : actions/checkout@v4.2.2
21+ uses : actions/checkout@v5.0.0
2222 with :
2323 fetch-depth : 0
2424 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments