Skip to content

Commit

Permalink
update generated github actions workflows to match updates
Browse files Browse the repository at this point in the history
Aligns the generator with #1377 and #1376
  • Loading branch information
Brian Caswell committed Sep 13, 2023
1 parent b06278e commit bbf179e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
if: always()
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: check all features
run: |
cd services
Expand Down

0 comments on commit bbf179e

Please sign in to comment.