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 51
51
node-version-file : .nvmrc
52
52
cache : " pnpm"
53
53
- name : ⚙️ Cache Turbo
54
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
54
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
55
55
id : cache-turbo
56
56
with :
57
57
path : .turbo
@@ -74,13 +74,13 @@ jobs:
74
74
# - name: 🧹 Check for deduped dependencies
75
75
# run: pnpm exec turbo check-deduped-deps
76
76
- name : ⚙️ Upload GPA Calculator
77
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
77
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
78
78
with :
79
79
name : gpa-calculator
80
80
path : " ./apps/gpa-calculator/dist/"
81
81
if-no-files-found : error
82
82
- name : ⚙️ Upload Map
83
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
83
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84
84
with :
85
85
name : phs-map
86
86
path : " ./apps/phs-map/dist/"
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
steps :
102
102
- name : ⚙️ Download GPA Calculator
103
- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
103
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
104
104
with :
105
105
name : gpa-calculator
106
106
path : " ./apps/gpa-calculator/dist/"
@@ -126,7 +126,7 @@ jobs:
126
126
127
127
steps :
128
128
- name : ⚙️ Download Map
129
- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
129
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
130
130
with :
131
131
name : phs-map
132
132
path : " ./apps/phs-map/dist/"
You can’t perform that action at this time.
0 commit comments