From e46ca37499ee1597f0026d64e5c138e59a3b7e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 07:26:32 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.2 to 4.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.0.0. - [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.5.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d6b38f..118ada2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: ANSYS_VERSION: 232 steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v4.0.0 - id: install-dpf uses: ./install-dpf-server @@ -54,7 +54,7 @@ jobs: ANSYS_VERSION: 232 steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v4.0.0 - name: "Install DPF" id: install-dpf