From 68a6b8af2135a272ebfe71ef123546d3cc64a8f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:36:23 +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/build-neuron-vllm-inference-dlc.yaml | 4 ++-- .github/workflows/ci.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-neuron-vllm-inference-dlc.yaml b/.github/workflows/build-neuron-vllm-inference-dlc.yaml index e962620..60600b8 100644 --- a/.github/workflows/build-neuron-vllm-inference-dlc.yaml +++ b/.github/workflows/build-neuron-vllm-inference-dlc.yaml @@ -26,7 +26,7 @@ jobs: matrix: ${{ steps.changes.outputs.matrix }} steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -76,7 +76,7 @@ jobs: run: rm -rf /opt/hostedtoolcache - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Copy common files next to Dockerfile run: | diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac6c2a8..b23ca28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: env: HADOLINT_RECURSIVE: "true" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: Dockerfile.neuronx @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - uses: trufflesecurity/trufflehog@main