From ac3ee9321853d0f9fc7e36ea0378ce5e4619f445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 08:09:00 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.2 to 3.5.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [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...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... 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..7c3c3a9 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@v3.5.3 - 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@v3.5.3 - name: "Install DPF" id: install-dpf