File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 unit-test :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - uses : actions/setup-node@v4
2727 with :
2828 node-version : ' 18'
3535 build :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 - name : Get current date
4040 id : date
4141 run : |
@@ -109,7 +109,7 @@ jobs:
109109 contents : write
110110 runs-on : ubuntu-latest
111111 steps :
112- - uses : actions/checkout@v4 # not needed for the code, but needed for the git config
112+ - uses : actions/checkout@v5 # not needed for the code, but needed for the git config
113113 - name : Download Built site
114114 uses : actions/download-artifact@v5
115115 with :
@@ -128,7 +128,7 @@ jobs:
128128 needs : [ deploy ]
129129 runs-on : ubuntu-latest
130130 steps :
131- - uses : actions/checkout@v4 # not needed for the code, but needed for the git config
131+ - uses : actions/checkout@v5 # not needed for the code, but needed for the git config
132132 - name : Download Built site
133133 uses : actions/download-artifact@v5
134134 with :
Original file line number Diff line number Diff line change 2525 statuses : read
2626 if : github.event.workflow_run.event == 'schedule' && github.event.workflow_run.conclusion == 'success'
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - uses : actions/setup-node@v4
3030 with :
3131 node-version : ' 18'
You can’t perform that action at this time.
0 commit comments