diff --git a/.github/workflows/CherryPick.yml b/.github/workflows/CherryPick.yml index 4c15148..fc7ab03 100644 --- a/.github/workflows/CherryPick.yml +++ b/.github/workflows/CherryPick.yml @@ -24,7 +24,7 @@ jobs: issues: write steps: - name: Checkout target branch - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: ref: ${{ env.RELEASE_BRANCH }} fetch-depth: 0 diff --git a/.github/workflows/ExtensionTemplate.yml b/.github/workflows/ExtensionTemplate.yml index a5aeb88..803e7f7 100644 --- a/.github/workflows/ExtensionTemplate.yml +++ b/.github/workflows/ExtensionTemplate.yml @@ -31,7 +31,7 @@ jobs: shell: bash run: sudo apt-get update -y -qq && sudo apt-get install -y -qq ninja-build - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 submodules: 'recursive' @@ -77,7 +77,7 @@ jobs: shell: bash steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 submodules: 'recursive' @@ -128,7 +128,7 @@ jobs: shell: bash steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 submodules: 'recursive'