@@ -67,15 +67,15 @@ jobs:
6767 # Install Node.js:
6868 - name : ' Install Node.js'
6969 # Pin action to full length commit SHA
70- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
70+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
7171 with :
7272 node-version : ' 20' # 'lts/*'
7373 timeout-minutes : 5
7474
7575 # Restore cache if up-to-date:
7676 - name : ' Restore cache if up-to-date'
7777 # Pin action to full length commit SHA
78- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
78+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7979 id : cache
8080 with :
8181 path : |
@@ -138,7 +138,7 @@ jobs:
138138 # Save cache after editorconfig-checker binary has been downloaded:
139139 - name : ' Save cache after editorconfig-checker binary has been downloaded'
140140 if : always() && steps.cache.outputs.cache-hit != 'true'
141- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
141+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
142142 with :
143143 path : ${{ github.workspace }}/node_modules
144144 key : ${{ steps.cache.outputs.cache-primary-key }}
@@ -272,7 +272,7 @@ jobs:
272272 - name : ' Setup R'
273273 if : ( success() || failure() ) && steps.check-r-files.outputs.files != ''
274274 # Pin action to full length commit SHA
275- uses : r-lib/actions/setup-r@6f6e5bc62fba3a704f74e7ad7ef7676c5c6a2590 # v2.11.4
275+ uses : r-lib/actions/setup-r@a51a8012b0aab7c32ef9d19bf54da93f3254335e # v2.12.0
276276 with :
277277 r-version : ' 4.3.3'
278278
0 commit comments