diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index d3616f73..9d2f3121 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -11,7 +11,7 @@ jobs: name: Unit test and build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: node-version: 22 diff --git a/.github/workflows/release-and-deploy.yaml b/.github/workflows/release-and-deploy.yaml index 1f39fe74..5ef72b52 100644 --- a/.github/workflows/release-and-deploy.yaml +++ b/.github/workflows/release-and-deploy.yaml @@ -17,7 +17,7 @@ jobs: name: Build and release ${{ inputs.increment }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: actions/setup-node@v4