Skip to content

Commit f79544e

Browse files
authored
Merge pull request #172 from PSDTools/dependabot/github_actions/github-actions-d2b3b9f9dc
chore(deps): bump the github-actions group with 3 updates
2 parents 4e2ae68 + 43af555 commit f79544e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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/"

0 commit comments

Comments
 (0)