File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414 security_audit :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - uses : actions-rs/audit-check@v1
1919 with :
2020 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2222 build :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - id : install
2727 run : |
2828 rustup override set stable
5454 runs-on : ubuntu-latest
5555 needs : build
5656 steps :
57- - uses : actions/checkout@v3
57+ - uses : actions/checkout@v4
5858
5959 - name : get test binaries from cache
6060 uses : actions/download-artifact@v3
8989 needs : build
9090
9191 steps :
92- - uses : actions/checkout@v3
92+ - uses : actions/checkout@v4
9393
9494 - name : get test binaries from cache
9595 uses : actions/download-artifact@v3
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : ubuntu-latest
127127
128128 steps :
129- - uses : actions/checkout@v3
129+ - uses : actions/checkout@v4
130130 - id : install
131131 run : |
132132 rustup override set stable
@@ -140,7 +140,7 @@ jobs:
140140 runs-on : ubuntu-latest
141141
142142 steps :
143- - uses : actions/checkout@v3
143+ - uses : actions/checkout@v4
144144 - id : install
145145 run : |
146146 rustup override set stable
Original file line number Diff line number Diff line change 1010 name : Build and upload docker image
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414
1515 - name : Build the Docker image
1616 run : docker build -t docs-rs-web -f dockerfiles/Dockerfile --target web-server .
Original file line number Diff line number Diff line change 99 name : Production
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313
1414 - name : Build the Docker image
1515 run : docker build -t docs-rs-web -f dockerfiles/Dockerfile --target web-server .
Original file line number Diff line number Diff line change 77 name : Test docker image builds
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111
1212 - name : Build the Docker image
1313 run : docker build -t docs-rs -f dockerfiles/Dockerfile .
You can’t perform that action at this time.
0 commit comments