diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50b04df45..3d72dcc7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: BUILD_SNAPSHOT: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref_name == 'develop' || startsWith(github.ref_name, 'release-')) }} steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: submodules: recursive filter: tree:0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba26e1aa1..df1fe6b7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: actions: read contents: write steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: submodules: recursive filter: tree:0