From fbbe026d8c1aa489a1fa11ed646a3a2cf6c4a5de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:56:31 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.0 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebe30b36..c5ce7b7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: CMAKE_INSTALL_PREFIX: ${{ github.workspace }}/install steps: - name: Checkout Code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: path: UmatiDashboardOpcUaClient submodules: recursive @@ -82,7 +82,7 @@ jobs: CMAKE_INSTALL_PREFIX: ${{ github.workspace }}/install steps: - name: Checkout Code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: path: UmatiDashboardOpcUaClient submodules: recursive @@ -126,7 +126,7 @@ jobs: IS_NOT_PR: ${{ !github.head_ref && true }} steps: - name: Checkout Code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: path: UmatiDashboardOpcUaClient submodules: recursive