From 374a04996232ad18a92c0306ca21d4405c9f10ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:43:22 +0000 Subject: [PATCH 1/2] CHORE: Bump actions/checkout Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.2 to 6.0.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/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 743659d2..2d9562f4 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -22,7 +22,7 @@ jobs: name: Syncer runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Unless needed for git operations in subsequent steps, do not persist credentials. persist-credentials: false - uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0 From 7044ea4bffee169f25595f8d6bf73f1cce06b0c9 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:44:13 +0000 Subject: [PATCH 2/2] chore: adding changelog file 350.maintenance.md [dependabot-skip] --- doc/changelog.d/350.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/350.maintenance.md diff --git a/doc/changelog.d/350.maintenance.md b/doc/changelog.d/350.maintenance.md new file mode 100644 index 00000000..7714aae7 --- /dev/null +++ b/doc/changelog.d/350.maintenance.md @@ -0,0 +1 @@ +CHORE: Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group across 1 directory