Module: kamailio Branch: master Commit: 549cca07beef76f734e9eafe06a66b5509170b07 URL: https://github.com/kamailio/kamailio/commit/549cca07beef76f734e9eafe06a66b55...
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2023-06-27T01:40:18+02:00
github: bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3)
--- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] support@github.com
---
Modified: .github/workflows/main.yml Modified: .github/workflows/pull_request.yml
---
Diff: https://github.com/kamailio/kamailio/commit/549cca07beef76f734e9eafe06a66b55... Patch: https://github.com/kamailio/kamailio/commit/549cca07beef76f734e9eafe06a66b55...
---
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4cbe088f0ab..1cd2b414452 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - distribution: sid compilier: clang steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ammaraskar/gcc-problem-matcher@0.2.0 - name: build run: | diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ff6ca190199..bf3168859de 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -12,7 +12,7 @@ jobs: check-format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: wolletd/clang-format-checker@v1.10 with: target-ref: master @@ -33,7 +33,7 @@ jobs: - distribution: bookworm compilier: clang steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ammaraskar/gcc-problem-matcher@0.2.0 - name: build run: |