Skip to content

Commit 6804491

Browse files
ci: bump actions/checkout from 4 to 5 in the actions group (#4199)
* ci: bump actions/checkout from 4 to 5 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * chore: adding changelog file 4199.maintenance.md [dependabot-skip] --------- 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 21a3214 commit 6804491

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

.github/workflows/cache_cleaner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out code
13-
uses: actions/checkout@v4.2.2
13+
uses: actions/checkout@v5
1414

1515
- name: Cleanup PR caches
1616
if: github.event_name != 'workflow_dispatch'

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188

189189
steps:
190190
- name: "Install Git and checkout project"
191-
uses: actions/checkout@v4.2.2
191+
uses: actions/checkout@v5
192192

193193
- name: Build matrix for remote testing
194194
uses: ./.github/actions/build-matrix
@@ -224,7 +224,7 @@ jobs:
224224
matrix: ${{ steps.set-matrix.outputs.matrix }}
225225
steps:
226226
- name: "Install Git and checkout project"
227-
uses: actions/checkout@v4.2.2
227+
uses: actions/checkout@v5
228228

229229
- name: Build matrix for local, minimal and console testing
230230
uses: ./.github/actions/build-matrix
@@ -317,7 +317,7 @@ jobs:
317317
ON_LOCAL: TRUE
318318

319319
steps:
320-
- uses: actions/checkout@v4.2.2
320+
- uses: actions/checkout@v5
321321

322322
- uses: ./.github/actions/test_windows
323323
with:
@@ -428,7 +428,7 @@ jobs:
428428
os: [ubuntu-latest, windows-latest]
429429

430430
steps:
431-
- uses: actions/checkout@v4.2.2
431+
- uses: actions/checkout@v5
432432

433433
- name: "Run Julia testing"
434434
uses: ./.github/actions/test-julia
@@ -445,7 +445,7 @@ jobs:
445445
runs-on: ubuntu-latest
446446
steps:
447447
- name: "Install Git and checkout project"
448-
uses: actions/checkout@v4.2.2
448+
uses: actions/checkout@v5
449449

450450
- name: "Run Pytest-summary action"
451451
uses: ./.github/actions/pytest-summary

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5656
steps:
5757
- name: Checkout repository
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959

6060
# Initializes the CodeQL tools for scanning.
6161
- name: Initialize CodeQL

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
steps:
8787
- name: "Install Git and checkout project"
88-
uses: actions/checkout@v4.2.2
88+
uses: actions/checkout@v5
8989

9090
- name: "Login in Github container registry"
9191
uses: docker/[email protected]

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Syncer
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4.2.2
24+
- uses: actions/checkout@v5
2525
- uses: micnncim/action-label-syncer@v1
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/migrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
295295
- name: Checkout repo
296296
if : ${{ env.CONTINUE == 'true'}}
297-
uses: actions/checkout@v4
297+
uses: actions/checkout@v5
298298
with:
299299
ref: main
300300

.github/workflows/test-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
df -h
144144
145145
- name: "Install Git and checkout project"
146-
uses: actions/checkout@v4.2.2
146+
uses: actions/checkout@v5
147147
with:
148148
repository: ansys/pymapdl
149149

.github/workflows/test-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
df -h
8383
8484
- name: "Install Git and checkout project"
85-
uses: actions/checkout@v4.2.2
85+
uses: actions/checkout@v5
8686

8787
- name: "Login in Github container registry"
8888
uses: docker/[email protected]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump actions/checkout from 4 to 5 in the actions group

0 commit comments

Comments
 (0)