File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 build :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-node@v4
2424 with :
2525 node-version : 20.x
4646 matrix :
4747 target : [built, committed]
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - if : matrix.target == 'built' || github.event_name == 'pull_request'
5151 uses : actions/download-artifact@v5
5252 with :
8686 needs : [test]
8787 runs-on : ubuntu-latest
8888 steps :
89- - uses : actions/checkout@v4
89+ - uses : actions/checkout@v5
9090 - uses : actions/download-artifact@v5
9191 with :
9292 name : dist
Original file line number Diff line number Diff line change 1111 dockerHubDescription :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Modify readme for DockerHub
1717 run : |
Original file line number Diff line number Diff line change 1111 publish :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Docker Hub login
1717 run : echo "${{ secrets.DOCKERHUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
Original file line number Diff line number Diff line change 1717 tag :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 token : ${{ secrets.ACTIONS_BOT_TOKEN }}
2323 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments