Skip to content

Commit 6def312

Browse files
MAINT: Bump actions/checkout from 5 to 6 (#670)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 54a52ba commit 6def312

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
7171

7272
steps:
73-
- uses: actions/checkout@v5
73+
- uses: actions/checkout@v6
7474

7575
- name: Set up Python
7676
uses: actions/setup-python@v6

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Syncer
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: micnncim/action-label-syncer@v1
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ci: Bump actions/checkout from 5 to 6

0 commit comments

Comments
 (0)