Module: kamailio Branch: master Commit: f05e6e11dcb13f971465db691b1b947bbdc13c34 URL: https://github.com/kamailio/kamailio/commit/f05e6e11dcb13f971465db691b1b947b...
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2025-04-01T00:45:47+02:00
github: [skip ci]: bump awalsh128/cache-apt-pkgs-action
Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.4.3 to 1.5.0. - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.4.3...v1.5.0)
--- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com
---
Modified: .github/workflows/pull_request.yml
---
Diff: https://github.com/kamailio/kamailio/commit/f05e6e11dcb13f971465db691b1b947b... Patch: https://github.com/kamailio/kamailio/commit/f05e6e11dcb13f971465db691b1b947b...
---
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5be003dcea8..96f3ac6b864 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: awalsh128/cache-apt-pkgs-action@v1.4.3 + - uses: awalsh128/cache-apt-pkgs-action@v1.5.0 with: packages: cmake-format - name: Run scripts/check-cmake-format.sh