Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#605)
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 11, 2023
1 parent 769ae88 commit 82bed1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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@v3.5.3
uses: actions/checkout@v4.0.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@v3.5.3
uses: actions/checkout@v4.0.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@v3.5.3
uses: actions/checkout@v4.0.0
with:
path: UmatiDashboardOpcUaClient
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout ${{ github.repository }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list
# of changed files within `super-linter`
Expand All @@ -59,7 +59,7 @@ jobs:
name: Lint Code Base (cmake-format-lint)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Format CMake files
id: cmake-format
uses: PuneetMatharu/cmake-format-lint-action@v1.0.4
Expand Down

0 comments on commit 82bed1a

Please sign in to comment.