diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 89acf91e..082ad8d4 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -54,7 +54,7 @@ jobs: - name: Cargo Clippy run: cargo +nightly clippy --all-features --all-targets --workspace --fix --allow-dirty -- -D warnings - name: Autofix - uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 + uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 concurrency: group: autofix-${{github.ref}} cancel-in-progress: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb0ea4af..924551ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: contents: read steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Protobuf Compiler uses: arduino/setup-protoc@v3 with: @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v6 - id: create_release name: Draft Release - uses: release-drafter/release-drafter@v6 + uses: release-drafter/release-drafter@v7 with: config-name: release-drafter.yml env: diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index fdca9943..31d4ef42 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Release Drafter - uses: release-drafter/release-drafter@v6 + uses: release-drafter/release-drafter@v7 with: config-name: release-drafter.yml env: