Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 6fa331f commit fbbe026
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.1.7
uses: actions/checkout@v4.2.0
with:
path: UmatiDashboardOpcUaClient
submodules: recursive
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fbbe026

Please sign in to comment.