Skip to content

Commit c96710f

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

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@v4
25+
uses: actions/checkout@v5
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@v4
81+
- uses: actions/checkout@v5
8282

8383
- name: Install the latest version of uv and set the python version
8484
uses: astral-sh/setup-uv@v6
@@ -125,7 +125,7 @@ jobs:
125125
name: "Build Application Linux - Ubuntu ${{ matrix.os }}"
126126
runs-on: ubuntu-${{ matrix.os }}
127127
steps:
128-
- uses: actions/checkout@v4
128+
- uses: actions/checkout@v5
129129

130130
- name: Install the latest version of uv and set the python version
131131
uses: astral-sh/setup-uv@v6
@@ -241,7 +241,7 @@ jobs:
241241
DEBIAN_FRONTEND: 'noninteractive'
242242
TZ: 'Etc/UTC'
243243
steps:
244-
- uses: actions/checkout@v4
244+
- uses: actions/checkout@v5
245245

246246
- name: Update and Install development tools - Fedora
247247
if: contains(matrix.os, 'fedora')
@@ -404,7 +404,7 @@ jobs:
404404
labels: [self-hosted, Windows, signtool]
405405
steps:
406406
- name: Checkout the SignTool
407-
uses: actions/checkout@v4
407+
uses: actions/checkout@v5
408408
with:
409409
repository: ansys-internal/signtool-ansys-apps
410410
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@v4
19+
- uses: actions/checkout@v5
2020
- uses: micnncim/action-label-syncer@v1
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)