Module: kamailio Branch: master Commit: 873cd24f6aa49b0b567a858ac8ab1b60eba2ef5f URL: https://github.com/kamailio/kamailio/commit/873cd24f6aa49b0b567a858ac8ab1b60...
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2023-09-05T12:02:16+02:00
github: [skip ci]: bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4)
--- 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/alpine.yml Modified: .github/workflows/codeql.yml Modified: .github/workflows/main.yml Modified: .github/workflows/pull_request.yml
---
Diff: https://github.com/kamailio/kamailio/commit/873cd24f6aa49b0b567a858ac8ab1b60... Patch: https://github.com/kamailio/kamailio/commit/873cd24f6aa49b0b567a858ac8ab1b60...
---
diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 22cb34cd55b..7f2f5395734 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest
steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4
- name: print latest_commit run: echo ${{ github.sha }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5fde27446e3..b6837bbdd0b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,7 +23,7 @@ jobs:
steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1cd2b414452..04885eaf034 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: - distribution: sid compilier: clang steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - 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 bf3168859de..bfba0702bdf 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@v3 + - uses: actions/checkout@v4 - uses: wolletd/clang-format-checker@v1.10 with: target-ref: master @@ -33,7 +33,7 @@ jobs: - distribution: bookworm compilier: clang steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ammaraskar/gcc-problem-matcher@0.2.0 - name: build run: |