From 4203cb036902d7736ca2f2aa05e1834f57e0b0ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:29:29 +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 908c1650..64608efc 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