diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-31 12:53:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-31 12:53:43 +0000 |
| commit | eb71b283ab0794881f09f710b30fb8b2654fd2d5 (patch) | |
| tree | 6c66bfdf0075514c5af02f1bfc30fad7d63d8890 /.github/workflows/package.yml | |
| parent | merge: mastodon api changes (#120) (diff) | |
| download | sharkey-eb71b283ab0794881f09f710b30fb8b2654fd2d5.tar.gz sharkey-eb71b283ab0794881f09f710b30fb8b2654fd2d5.tar.bz2 sharkey-eb71b283ab0794881f09f710b30fb8b2654fd2d5.zip | |
chore(deps): bump awalsh128/cache-apt-pkgs-action from 1.3.0 to 1.3.1
Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases)
- [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.3.0...v1.3.1)
---
updated-dependencies:
- dependency-name: awalsh128/cache-apt-pkgs-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/package.yml')
| -rw-r--r-- | .github/workflows/package.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 4e6fb97eb4..d10d0fcafd 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -39,7 +39,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache APT Packages - uses: awalsh128/cache-apt-pkgs-action@v1.3.0 + uses: awalsh128/cache-apt-pkgs-action@v1.3.1 with: packages: "build-essential binfmt-support qemu-user-static ffmpeg tini curl libjemalloc-dev libjemalloc2 uuid-dev libx11-dev libxkbfile-dev execstack libgconf-2-4 libsecret-1-dev" |