File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 node-version-file : .nvmrc
5252 cache : " pnpm"
5353 - name : ⚙️ Cache Turbo
54- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
54+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5555 id : cache-turbo
5656 with :
5757 path : .turbo
@@ -74,13 +74,13 @@ jobs:
7474 # - name: 🧹 Check for deduped dependencies
7575 # run: pnpm exec turbo check-deduped-deps
7676 - name : ⚙️ Upload GPA Calculator
77- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
77+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7878 with :
7979 name : gpa-calculator
8080 path : " ./apps/gpa-calculator/dist/"
8181 if-no-files-found : error
8282 - name : ⚙️ Upload Map
83- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
83+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8484 with :
8585 name : phs-map
8686 path : " ./apps/phs-map/dist/"
@@ -100,7 +100,7 @@ jobs:
100100
101101 steps :
102102 - name : ⚙️ Download GPA Calculator
103- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
103+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
104104 with :
105105 name : gpa-calculator
106106 path : " ./apps/gpa-calculator/dist/"
@@ -126,7 +126,7 @@ jobs:
126126
127127 steps :
128128 - name : ⚙️ Download Map
129- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
129+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
130130 with :
131131 name : phs-map
132132 path : " ./apps/phs-map/dist/"
You can’t perform that action at this time.
0 commit comments