robo(ci): bump ryankurte/action-apt from 0.3.0 to 0.4.0

Bumps [ryankurte/action-apt](https://github.com/ryankurte/action-apt) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/ryankurte/action-apt/releases)
- [Commits](https://github.com/ryankurte/action-apt/compare/v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: ryankurte/action-apt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-06 17:21:53 +00:00 committed by GitHub
parent 103d4a7505
commit 6550a0806a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ jobs:
# sudo apt update
# sudo apt install qemu-user-static
# - uses: ryankurte/action-apt@v0.3.0
# - uses: ryankurte/action-apt@v0.4.0
# if: ${{ matrix.target != 'x86_64-unknown-linux-gnu' }}
# with:
# arch: ${{ env.MULTILIB_ARCH }}
@ -99,7 +99,7 @@ jobs:
sudo apt install libssl-dev
- name: Install libssl (cross)
uses: ryankurte/action-apt@v0.3.0
uses: ryankurte/action-apt@v0.4.0
if: ${{ matrix.target != 'x86_64-unknown-linux-gnu' }}
with:
arch: ${{ env.MULTILIB_ARCH }}

View file

@ -35,7 +35,7 @@ jobs:
sudo apt install libssl-dev
- name: Install libssl (cross)
uses: ryankurte/action-apt@v0.3.0
uses: ryankurte/action-apt@v0.4.0
if: ${{ matrix.target != 'x86_64-unknown-linux-gnu' }}
with:
arch: ${{ env.MULTILIB_ARCH }}