diff --git a/.github/workflows/release_prep.yml b/.github/workflows/release_prep.yml index db9b671..643e60b 100644 --- a/.github/workflows/release_prep.yml +++ b/.github/workflows/release_prep.yml @@ -1,4 +1,4 @@ -name: "Release Prep" +name: "Release Prep" on: workflow_dispatch: @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: clean: true fetch-depth: 0