Skip to content

Commit

Permalink
Merge pull request #2006 from hannobraun/dependabot/github_actions/de…
Browse files Browse the repository at this point in the history
…pendencies-8a9da2b879

Bump the dependencies group with 1 update
  • Loading branch information
hannobraun authored Sep 4, 2023
2 parents 1d4fa34 + fe386b8 commit cf3109b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Operator | Cache
uses: Swatinem/rust-cache@v2
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Operator | Cache
uses: Swatinem/rust-cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Rust cache
uses: Swatinem/rust-cache@v2
- name: Check formatting
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Rust cache
uses: Swatinem/rust-cache@v2
- name: Run `cargo build`
Expand Down

0 comments on commit cf3109b

Please sign in to comment.