diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8691827..cf8f443 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: name: Build code and release steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: oven-sh/setup-bun@v2 - name: Install dependencies id: install_code diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 0c135a6..57be2a8 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -13,7 +13,7 @@ jobs: name: Bump version and create changelog with standard version steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'