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 3737
3838 steps :
3939 - name : 📚 Git checkout
40- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141 with :
4242 submodules : recursive
4343 clean : true
@@ -48,12 +48,12 @@ jobs:
4848 with :
4949 package_json_file : package.json
5050 - name : ⬢ Install Node
51- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
51+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5252 with :
5353 node-version-file : package.json
5454 cache : " pnpm"
5555 - name : ⚙️ Cache Turbo
56- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
56+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
5757 id : cache-turbo
5858 with :
5959 path : .turbo
@@ -72,13 +72,13 @@ jobs:
7272 - name : 🕵️ Merge Checks
7373 run : pnpm run merge-checks
7474 - name : ⚙️ Upload GPA Calculator
75- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
75+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
7676 with :
7777 name : gpa-calculator
7878 path : " ./apps/gpa-calculator/dist/"
7979 if-no-files-found : error
8080 - name : ⚙️ Upload Map
81- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
81+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
8282 with :
8383 name : phs-map
8484 path : " ./apps/phs-map/dist/"
You can’t perform that action at this time.
0 commit comments