diff --git a/actions/generate_release_notes/action.yml b/actions/generate_release_notes/action.yml index 9a11907f..2866b60f 100644 --- a/actions/generate_release_notes/action.yml +++ b/actions/generate_release_notes/action.yml @@ -13,7 +13,7 @@ runs: using: "composite" steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 # HACK: there's a bug in actions/checkout, where all subsequent checkouts within single job with `lfs: true`