From 15bfaac16e6e6b019c5670ec30a3fedf9a3a7e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 11:59:28 +0000 Subject: [PATCH] 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/doc-update.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-examples-with-release.yaml | 2 +- .github/workflows/run-examples.yaml | 2 +- .github/workflows/trivy-scan.yml | 2 +- .github/workflows/validate-nslookup.yml | 2 +- .github/workflows/validate.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/doc-update.yml b/.github/workflows/doc-update.yml index ab71890..b53947f 100644 --- a/.github/workflows/doc-update.yml +++ b/.github/workflows/doc-update.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: "3.9.x" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f2888d..a82ce89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: "3.9.x" diff --git a/.github/workflows/run-examples-with-release.yaml b/.github/workflows/run-examples-with-release.yaml index f246983..7682fed 100644 --- a/.github/workflows/run-examples-with-release.yaml +++ b/.github/workflows/run-examples-with-release.yaml @@ -26,7 +26,7 @@ jobs: run: | docker pull ${{ matrix.coherence-image }}:${{ matrix.coherenceVersion }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/run-examples.yaml b/.github/workflows/run-examples.yaml index fa8cb2a..3b6d56d 100644 --- a/.github/workflows/run-examples.yaml +++ b/.github/workflows/run-examples.yaml @@ -30,7 +30,7 @@ jobs: run: | docker pull ${{ matrix.coherence-image }}:${{ matrix.coherenceVersion }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index 4888529..a37707a 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run Trivy vulnerability scanner to scan repo uses: aquasecurity/trivy-action@0.32.0 diff --git a/.github/workflows/validate-nslookup.yml b/.github/workflows/validate-nslookup.yml index 723abb8..5e664c1 100644 --- a/.github/workflows/validate-nslookup.yml +++ b/.github/workflows/validate-nslookup.yml @@ -33,7 +33,7 @@ jobs: java-version: '17' distribution: 'zulu' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 7df387c..1fbfddd 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -48,7 +48,7 @@ jobs: java-version: '17' distribution: 'zulu' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}