Skip to content

Commit

Permalink
Bump the actions group with 5 updates (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 3b4f8d0 commit d22f103
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
- uses: arduino/setup-protoc@v3
- uses: actions/setup-go@v5
- run: cargo test --release
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
- run: cargo fmt --check

clippy:
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
- uses: arduino/setup-protoc@v3
- run: cargo lint

Expand All @@ -47,4 +47,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: typos-action
uses: crate-ci/typos@v1.16.23
uses: crate-ci/typos@v1.27.0
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Get version from Cargo.toml
id: lookupVersion
uses: mikefarah/yq@dd648994340a5d03225d97abf19c9bf1086c3f07
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955
with:
cmd: yq -oy '"v" + .workspace.package.version' 'Cargo.toml'

Expand Down Expand Up @@ -68,12 +68,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
toolchain: stable
target: ${{ matrix.target }}

- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab

- name: Install cross
if: matrix.cross
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Create GitHub release
id: create-release
uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793
uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3
with:
token: ${{ secrets.GITHUB_TOKEN }}
changelog: CHANGELOG.md
Expand Down

0 comments on commit d22f103

Please sign in to comment.