@@ -17,15 +17,15 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - &checkout
20- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 - &cache
22- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
22+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2323 - &cache-restore
24- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
24+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2525 - &upload-artifact
26- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
26+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2727 - &download-artifact
28- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
28+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
2929 - &sentry-github-workflow
3030 uses : getsentry/github-workflows/sentry-cli/integration-test/@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
3131
6565 run : |
6666 curl -sSL https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/.github/alpine/setup-node.sh | sudo bash /dev/stdin
6767
68- - << : *checkout
69- name : Checkout
68+ - name : Checkout
69+ << : *checkout
7070
7171 - run : git submodule update --init modules/sentry-native
7272
7575 - name : Install zstd on Windows ARM64
7676 uses : ./.github/actions/install-zstd
7777
78- - << : * cache
79- id : cache
78+ - id : cache
79+ << : * cache
8080 with :
8181 path : src/Sentry/Platforms/Native/sentry-native
8282 key : sentry-native-${{ matrix.rid }}-${{ hashFiles('scripts/build-sentry-native.ps1') }}-${{ hashFiles('.git/modules/modules/sentry-native/HEAD') }}
@@ -295,8 +295,8 @@ jobs:
295295 runs-on : windows-latest
296296
297297 steps :
298- - << : *checkout
299- name : Checkout
298+ - name : Checkout
299+ << : *checkout
300300 with :
301301 submodules : recursive
302302
@@ -348,8 +348,8 @@ jobs:
348348 rid : win-x86
349349
350350 steps :
351- - << : *checkout
352- name : Checkout
351+ - name : Checkout
352+ << : *checkout
353353 with :
354354 submodules : recursive
355355
@@ -378,8 +378,8 @@ jobs:
378378 runs-on : macos-15
379379
380380 steps :
381- - << : *checkout
382- name : Checkout
381+ - name : Checkout
382+ << : *checkout
383383 with :
384384 submodules : recursive
385385 fetch-depth : 2 # default is 1 and codecov needs > 1
0 commit comments