File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v6.0.1
15+ uses : actions/checkout@v6.0.2
1616
1717 - name : Upload package-lock.json
1818 uses : actions/upload-artifact@v6
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v6.0.1
15+ uses : actions/checkout@v6.0.2
1616
1717 - name : Upload package-lock.json
1818 uses : actions/upload-artifact@v6
Original file line number Diff line number Diff line change 1919 name : Run tests
2020 runs-on : ubuntu-22.04
2121 steps :
22- - uses : actions/checkout@v6.0.1
22+ - uses : actions/checkout@v6.0.2
2323
2424 - uses : actions/setup-node@v6
2525 with :
4343 name : Build Docker image
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v6.0.1
46+ - uses : actions/checkout@v6.0.2
4747
4848 - name : Configure Docker build credentials
4949 run : |
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout Repository
19- uses : actions/checkout@v6.0.1
19+ uses : actions/checkout@v6.0.2
2020
2121 - name : Setup Node.js
2222 uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments