From 9ab39321275632cd0554529e1b1bfd822564a8c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 07:10:09 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.2 to 3.6.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.6.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...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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..a289091 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.6.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@v3.6.0 - name: "Install DPF" id: install-dpf