File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout code
40- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
40+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4141 with :
4242 fetch-depth : 0
4343
6262
6363 - name : Cache
6464 id : cache
65- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
65+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
6666 with :
6767 path : |
6868 notebooks/*.fit*.bz2
9292 jb build .
9393
9494 - name : Upload HTML
95- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9696 with :
9797 name : rendered-book-sha-${{ github.sha }}
9898 path : |
@@ -111,7 +111,7 @@ jobs:
111111 echo "VERSION_NUMBER=$VERSION_NUMBER" >> $GITHUB_ENV
112112
113113 - name : Download artifact
114- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
114+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
115115 with :
116116 name : rendered-book-sha-${{ github.sha }}
117117 path : dev
You can’t perform that action at this time.
0 commit comments