Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.0 (#623)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 11e311f commit 42efa95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
CMAKE_INSTALL_PREFIX: ${{ github.workspace }}/install
steps:
- name: Checkout Code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
path: UmatiDashboardOpcUaClient
submodules: recursive
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
CMAKE_INSTALL_PREFIX: ${{ github.workspace }}/install
steps:
- name: Checkout Code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
path: UmatiDashboardOpcUaClient
submodules: recursive
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
IS_NOT_PR: ${{ !github.head_ref && true }}
steps:
- name: Checkout Code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
path: UmatiDashboardOpcUaClient
submodules: recursive
Expand Down

0 comments on commit 42efa95

Please sign in to comment.