From 0da9c2ff7ba5baf8446ffd1acd4c8100485f8efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 02:32:44 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backward_compatibility.yml | 2 +- .github/workflows/heat_transfer_ci.yml | 2 +- .github/workflows/indent.yml | 2 +- .github/workflows/solid_mechanics_ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backward_compatibility.yml b/.github/workflows/backward_compatibility.yml index 6a42492..f38fe58 100644 --- a/.github/workflows/backward_compatibility.yml +++ b/.github/workflows/backward_compatibility.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: setup run: | command="sudo apt-get -y update && \ diff --git a/.github/workflows/heat_transfer_ci.yml b/.github/workflows/heat_transfer_ci.yml index 2fc6554..f828062 100644 --- a/.github/workflows/heat_transfer_ci.yml +++ b/.github/workflows/heat_transfer_ci.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: run test run: | diff --git a/.github/workflows/indent.yml b/.github/workflows/indent.yml index b4c7b7c..1dfb3ed 100644 --- a/.github/workflows/indent.yml +++ b/.github/workflows/indent.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: DoozyX/clang-format-lint-action@v0.16 with: source: '.' diff --git a/.github/workflows/solid_mechanics_ci.yml b/.github/workflows/solid_mechanics_ci.yml index 9efc91f..d4ddd67 100644 --- a/.github/workflows/solid_mechanics_ci.yml +++ b/.github/workflows/solid_mechanics_ci.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 60 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: run test run: |