@@ -43,13 +43,13 @@ jobs:
4343 runs-on : ubuntu-latest
4444
4545 steps :
46- - uses : nodejs/web-team/actions/setup-environment@2c2897a93eb99b4cdca270729100bc0887c758d9
46+ - uses : nodejs/web-team/actions/setup-environment@9f3c83af227d721768d9dbb63009a47ed4f4282f
4747 with :
4848 pnpm : true
4949 use-version-file : true
5050
5151 - name : Restore Lint Cache
52- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
52+ uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5353 with :
5454 path : |
5555 .turbo/cache
8686 (github.event_name == 'pull_request' &&
8787 startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
8888 github.event.pull_request.head.ref != 'chore/crowdin')
89- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
89+ uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
9090 with :
9191 path : |
9292 .turbo/cache
@@ -100,7 +100,7 @@ jobs:
100100 runs-on : ubuntu-latest
101101
102102 steps :
103- - uses : nodejs/web-team/actions/setup-environment@2c2897a93eb99b4cdca270729100bc0887c758d9
103+ - uses : nodejs/web-team/actions/setup-environment@9f3c83af227d721768d9dbb63009a47ed4f4282f
104104 with :
105105 pnpm : true
106106 use-version-file : true
@@ -112,12 +112,13 @@ jobs:
112112
113113 - name : Upload test coverage to Codecov
114114 if : ${{ !cancelled() && github.event_name != 'merge_group' }}
115- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
115+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
116116 with :
117117 files : ./apps/site/lcov.info,./packages/*/lcov.info
118118
119119 - name : Upload test results to Codecov
120120 if : ${{ !cancelled() && github.event_name != 'merge_group' }}
121- uses : codecov/test-results- action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
121+ uses : codecov/codecov- action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
122122 with :
123+ report_type : test_results
123124 files : ./apps/site/junit.xml,./packages/*/junit.xml
0 commit comments