@@ -48,10 +48,10 @@ jobs:
48
48
egress-policy : audit
49
49
50
50
- name : Git Checkout
51
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
52
52
53
53
- name : Restore Lint Cache
54
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
54
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
55
55
with :
56
56
path : |
57
57
.turbo/cache
@@ -101,7 +101,7 @@ jobs:
101
101
(github.event_name == 'pull_request' &&
102
102
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
103
103
github.event.pull_request.head.ref != 'chore/crowdin')
104
- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
104
+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
105
105
with :
106
106
path : |
107
107
.turbo/cache
@@ -121,7 +121,7 @@ jobs:
121
121
egress-policy : audit
122
122
123
123
- name : Git Checkout
124
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
124
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
125
125
126
126
- name : Set up pnpm
127
127
uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
@@ -143,7 +143,7 @@ jobs:
143
143
144
144
- name : Upload test coverage to Codecov
145
145
if : ${{ !cancelled() && github.event_name != 'merge_group' }}
146
- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
146
+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
147
147
with :
148
148
files : ./apps/site/lcov.info,./packages/*/lcov.info
149
149
0 commit comments