File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Build the Docker image
1616 run : docker build . --file Dockerfile --tag ${{ github.repository }}:$(date +%s)
Original file line number Diff line number Diff line change 1313 contents : read
1414 steps :
1515 - name : Check out the repo
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Log in to Docker Hub
1919 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 77 deploy :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 fetch-depth : 0
1313 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 77 deploy :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : actions/setup-python@v6
1212 with :
1313 python-version : " 3.12"
Original file line number Diff line number Diff line change 66 name : Paper Draft
77 steps :
88 - name : Checkout
9- uses : actions/checkout@v4
9+ uses : actions/checkout@v5
1010 - name : Build draft PDF
1111 uses : openjournals/openjournals-draft-action@master
1212 with :
Original file line number Diff line number Diff line change 2222 env :
2323 SDKROOT : /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626
2727 - name : Setup Python
2828 uses : conda-incubator/setup-miniconda@v3
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
1818 with :
Original file line number Diff line number Diff line change 2323 SDKROOT : /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
2424 steps :
2525 - name : CHECKOUT CODE
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 - name : SETUP PYTHON
2828 uses : actions/setup-python@v6
2929 with :
Original file line number Diff line number Diff line change 1111 test-windows :
1212 runs-on : windows-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Install miniconda
1616 uses : conda-incubator/setup-miniconda@v3
1717 with :
You can’t perform that action at this time.
0 commit comments