diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index f781896..13f86ad 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -36,7 +36,7 @@ jobs: with: node-version: 20 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ secrets.ASSETS_COMMIT_TOKEN }} ref: ${{ github.head_ref || github.ref_name }} @@ -123,7 +123,7 @@ jobs: unzip build.zip rm build.zip - - uses: paulhatch/semantic-version@v5.4.0 + - uses: paulhatch/semantic-version@v6.0.1 id: asset_version with: # The prefix to use to identify tags diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 8220235..0919b25 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -13,7 +13,7 @@ jobs: packages_changed: ${{ steps.changes.outputs.packages_changed }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ secrets.ASSETS_COMMIT_TOKEN }} ref: ${{ github.head_ref || github.ref_name }}