diff --git a/.github/workflows/action.release.yaml b/.github/workflows/action.release.yaml index 7c43f119..5801fdff 100644 --- a/.github/workflows/action.release.yaml +++ b/.github/workflows/action.release.yaml @@ -14,7 +14,7 @@ jobs: name: 'Craft the Changelog' steps: - name: 'Checkout source code' - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 with: fetch-depth: 0 - name: "Generate CHANGELOG.md" @@ -34,7 +34,7 @@ jobs: needs: [ changelog ] steps: - name: 'Checkout source code' - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 with: fetch-depth: 0 - name: 'Download binary artifacts'