From fd059ea0e2dd0804bcf9363512024435ea44ca0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:09:36 +0000 Subject: [PATCH 1/2] BUILD: Bump actions/checkout from 6.0.0 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [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/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 24 ++++++++++++------------ .github/workflows/label.yml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 1a1ccac172..ce1b5c2d0b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -134,7 +134,7 @@ jobs: USE_GRPC: '0' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -203,7 +203,7 @@ jobs: USE_GRPC: '1' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -272,7 +272,7 @@ jobs: USE_GRPC: '0' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -341,7 +341,7 @@ jobs: USE_GRPC: '1' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -412,7 +412,7 @@ jobs: USE_GRPC: '0' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -486,7 +486,7 @@ jobs: USE_GRPC: '1' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -560,7 +560,7 @@ jobs: USE_GRPC: '0' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -634,7 +634,7 @@ jobs: USE_GRPC: '1' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -705,7 +705,7 @@ jobs: runs-on: [ Windows, self-hosted, pyedb ] steps: - name: Install Git and checkout project - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -728,7 +728,7 @@ jobs: python -m pip install -U pip - name: Clone PyAEDT on main branch - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: ansys/pyaedt path: "external/pyaedt" @@ -801,7 +801,7 @@ jobs: ANS_NODEPCHECK: '1' steps: - name: Install Git and checkout project - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -828,7 +828,7 @@ jobs: python -m pip install -U pip - name: Clone PyAEDT on main branch - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: ansys/pyaedt path: "external/pyaedt" diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index e51c0b375d..0d5ffb7f6f 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -23,7 +23,7 @@ jobs: name: Syncer runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0 From 7850db7618c1a06fab82b6309cced51031631869 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:12:50 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1696.dependencies.md [dependabot-skip] --- doc/changelog.d/1696.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1696.dependencies.md diff --git a/doc/changelog.d/1696.dependencies.md b/doc/changelog.d/1696.dependencies.md new file mode 100644 index 0000000000..dfe4b0d40e --- /dev/null +++ b/doc/changelog.d/1696.dependencies.md @@ -0,0 +1 @@ +Bump actions/checkout from 6.0.0 to 6.0.1