Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.6.0 to 2.6.1 in /.github/workflows (#180
Browse files Browse the repository at this point in the history
)

Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@v2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2023
1 parent 2aa5ec2 commit 13c3d7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Update cargo
run: |
rustup update
- uses: Swatinem/[email protected].0
- uses: Swatinem/[email protected].1
- name: Install dependencies for three-d on Ubuntu
run: sudo apt update && sudo apt upgrade -y && sudo apt install -y pkg-config libx11-dev libxi-dev libgl1-mesa-dev libasound2-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libatk1.0-dev libgtk-3-dev

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Update cargo
run: |
rustup update
- uses: Swatinem/[email protected].0
- uses: Swatinem/[email protected].1
- name: Auto-update Cargo.toml and move the release tag
id: auto-update
run: |
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Update cargo
run: |
rustup update
- uses: Swatinem/[email protected].0
- uses: Swatinem/[email protected].1
with:
key: ${{ matrix.os }}-${{ matrix.target }}
- uses: nttld/setup-ndk@v1
Expand Down

0 comments on commit 13c3d7c

Please sign in to comment.