Skip to content

Commit 22c5b11

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-8.4.2
2 parents 1a12665 + 5a98da1 commit 22c5b11

File tree

7 files changed

+10
-4
lines changed

7 files changed

+10
-4
lines changed

.github/workflows/label.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
contents: write
2626
pull-requests: write
2727
steps:
28-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
with:
3030
persist-credentials: false
3131
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Label based on modified files
4545
- name: Label based on changed files
46-
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
46+
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
4747
with:
4848
repo-token: ${{ secrets.GITHUB_TOKEN }}
4949
sync-labels: true
@@ -89,7 +89,7 @@ jobs:
8989
pull-requests: write
9090
steps:
9191
- name: Suggest to add labels
92-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
92+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
9393
# Execute only when no labels have been applied to the pull request
9494
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
9595
with:

.github/workflows/run_mapdl_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ON_UBUNTU: true
3434

3535
steps:
36-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
36+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737
with:
3838
persist-credentials: false
3939

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ci: bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ci: bump actions/labeler from 5.0.0 to 6.0.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build: bump pyfakefs from 5.8.0 to 5.9.3
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ci: bump actions/checkout from 4.2.2 to 5.0.0

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ tests = [
5858
"hypothesis==6.135.10",
5959
"pyfakefs==5.8.0",
6060
"pytest==8.4.2",
61+
"pyfakefs==5.9.3",
62+
"pytest==8.4.2",
6163
"pytest-cov==6.1.1",
6264
]
6365

0 commit comments

Comments
 (0)