Skip to content

Commit 5d90384

Browse files
Build(deps): Bump actions/checkout from 5 to 6 (#533)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbcbfc1 commit 5d90384

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/autoupdate_python_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
2828

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
name: "Build Application"
7979
runs-on: windows-latest
8080
steps:
81-
- uses: actions/checkout@v5
81+
- uses: actions/checkout@v6
8282

8383
- name: Install the latest version of uv and set the python version
8484
uses: astral-sh/setup-uv@v7
@@ -130,7 +130,7 @@ jobs:
130130
name: "Build Application Linux - Ubuntu ${{ matrix.os }}"
131131
runs-on: ubuntu-${{ matrix.os }}
132132
steps:
133-
- uses: actions/checkout@v5
133+
- uses: actions/checkout@v6
134134

135135
- name: Install the latest version of uv and set the python version
136136
uses: astral-sh/setup-uv@v7
@@ -246,7 +246,7 @@ jobs:
246246
DEBIAN_FRONTEND: 'noninteractive'
247247
TZ: 'Etc/UTC'
248248
steps:
249-
- uses: actions/checkout@v5
249+
- uses: actions/checkout@v6
250250

251251
- name: Update and Install development tools - Fedora
252252
if: contains(matrix.os, 'fedora')
@@ -409,7 +409,7 @@ jobs:
409409
labels: [self-hosted, Windows, signtool]
410410
steps:
411411
- name: Checkout the SignTool
412-
uses: actions/checkout@v5
412+
uses: actions/checkout@v6
413413
with:
414414
repository: ansys-internal/signtool-ansys-apps
415415
token: ${{ secrets.SIGNTOOL_ACCESS_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Syncer
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- uses: micnncim/action-label-syncer@v1
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)