diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 68458977..2dfc7551 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: steps: # 1. Checkout the repository - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v5 # 2. Setup node & npm - name: Setup Node.js @@ -53,7 +53,7 @@ jobs: steps: # 1. Checkout the repository - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: ref: ${{ github.ref }} @@ -106,7 +106,7 @@ jobs: steps: # 1. Checkout the repository - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: ref: ${{ github.ref }} # 2. Extract release notes from CHANGELOG.md