From cba5c24a4849d66f365c4758ac5e6f065ab80327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 02:47:36 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/integration-c.yml | 2 +- .github/workflows/integration-csharp.yml | 2 +- .github/workflows/integration-go.yml | 2 +- .github/workflows/integration-node.yml | 2 +- .github/workflows/integration-php.yml | 2 +- .github/workflows/integration-python.yml | 2 +- .github/workflows/integration-shell.yml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ec4ea20..c0e5a861 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: npm ci - run: npm run lint diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7257a21a..bb4039bd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/integration-c.yml b/.github/workflows/integration-c.yml index f9e15142..1b5fc6c4 100644 --- a/.github/workflows/integration-c.yml +++ b/.github/workflows/integration-c.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tests run: docker compose run integration_c diff --git a/.github/workflows/integration-csharp.yml b/.github/workflows/integration-csharp.yml index 0865b93e..26471f0e 100644 --- a/.github/workflows/integration-csharp.yml +++ b/.github/workflows/integration-csharp.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tests run: docker compose run integration_csharp diff --git a/.github/workflows/integration-go.yml b/.github/workflows/integration-go.yml index 8948a344..19ffe686 100644 --- a/.github/workflows/integration-go.yml +++ b/.github/workflows/integration-go.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tests run: docker compose run integration_golang diff --git a/.github/workflows/integration-node.yml b/.github/workflows/integration-node.yml index 4938b813..7f32602c 100644 --- a/.github/workflows/integration-node.yml +++ b/.github/workflows/integration-node.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tests run: docker compose run integration_node diff --git a/.github/workflows/integration-php.yml b/.github/workflows/integration-php.yml index c486f269..4baa3eca 100644 --- a/.github/workflows/integration-php.yml +++ b/.github/workflows/integration-php.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tests run: docker compose run integration_php diff --git a/.github/workflows/integration-python.yml b/.github/workflows/integration-python.yml index 283b088f..5ed6e1cf 100644 --- a/.github/workflows/integration-python.yml +++ b/.github/workflows/integration-python.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tests run: docker compose run integration_python diff --git a/.github/workflows/integration-shell.yml b/.github/workflows/integration-shell.yml index 687d3210..51c9ce31 100644 --- a/.github/workflows/integration-shell.yml +++ b/.github/workflows/integration-shell.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tests run: docker compose run integration_shell