From 84dbe79d1fe5710c604151a594d24f19880d54fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:14:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc8355d..38655da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: Fetch next version number steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: semantic release id: semantic uses: cycjimmy/semantic-release-action@v2 @@ -35,7 +35,7 @@ jobs: name: Build ${{ matrix.target }} on windows runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: set new version number (${{ needs.get_next_version.outputs.new_version }}) run: (get-content -Path .\Cargo.toml) | %{$_ -replace "version = \`"0.0.0-development\`"","version = `"${{ needs.get_next_version.outputs.new_version }}`""} | set-content -Path .\Cargo.toml @@ -80,7 +80,7 @@ jobs: name: Build ${{ matrix.target }} on ubuntu runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: set new version number (${{ needs.get_next_version.outputs.new_version }}) run: sed -i -e 's/^version = .*/version = "${{ needs.get_next_version.outputs.new_version }}"/' Cargo.toml @@ -117,7 +117,7 @@ jobs: name: Build ${{ matrix.target }} on macos runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: set new version number (${{ needs.get_next_version.outputs.new_version }}) run: sed -i -e 's/^version = .*/version = "${{ needs.get_next_version.outputs.new_version }}"/' Cargo.toml @@ -152,7 +152,7 @@ jobs: name: Create release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - uses: actions/download-artifact@v3 - name: package m1 apple