diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bdcf20..20bb97f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -259,7 +259,7 @@ jobs: if: needs.semantic-version.outputs.changed == 'true' && github.event_name == 'push' steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: main fetch-depth: 1