Skip to content

Commit e823585

Browse files
authored
Merge branch 'main' into add_arrows1
2 parents 0265a53 + bd496c3 commit e823585

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/tox.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,28 +152,28 @@ jobs:
152152
- run: pip3 install 'coverage>=7.5.1'
153153

154154
- name: Merge logs into a single archive
155-
uses: actions/upload-artifact/merge@v6
155+
uses: actions/upload-artifact/merge@v7
156156
with:
157157
name: logs.zip
158158
include-hidden-files: true
159159
pattern: logs-*.zip
160160
separate-directories: true
161161

162162
- name: Download artifacts
163-
uses: actions/download-artifact@v7
163+
uses: actions/download-artifact@v8
164164
with:
165165
name: logs.zip
166166
path: .
167167

168168
- name: Upload coverage data
169-
uses: codecov/codecov-action@v5.5.2
169+
uses: codecov/codecov-action@v6.0.0
170170
with:
171171
name: ${{ matrix.name }}
172172
fail_ci_if_error: true
173173
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
174174

175175
- name: Delete Merged Artifacts
176-
uses: actions/upload-artifact/merge@v6
176+
uses: actions/upload-artifact/merge@v7
177177
with:
178178
include-hidden-files: true
179179
delete-merged: true

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_language_version:
77
exclude: "(?x)^(\n _readthedocs|\n .tox\n)$\n"
88
repos:
99
- repo: https://github.com/renovatebot/pre-commit-hooks
10-
rev: 43.29.2
10+
rev: 43.104.2
1111
hooks:
1212
- id: renovate-config-validator
1313
alias: renovate
@@ -26,15 +26,15 @@ repos:
2626
- prettier
2727
- prettier-plugin-toml
2828
- repo: https://github.com/pappasam/toml-sort
29-
rev: v0.24.3
29+
rev: v0.24.4
3030
hooks:
3131
- id: toml-sort-fix
3232
- repo: https://github.com/tox-dev/tox-ini-fmt
3333
rev: 1.7.1
3434
hooks:
3535
- id: tox-ini-fmt
3636
- repo: https://github.com/streetsidesoftware/cspell-cli
37-
rev: v9.6.0
37+
rev: v9.7.0
3838
hooks:
3939
- id: cspell
4040
name: Spell check with cspell
@@ -59,15 +59,15 @@ repos:
5959
hooks:
6060
- id: check-json5
6161
- repo: https://github.com/igorshubovych/markdownlint-cli
62-
rev: v0.47.0
62+
rev: v0.48.0
6363
hooks:
6464
- id: markdownlint
6565
exclude:
6666
"(?x)^\n (\n \\.github/ISSUE_TEMPLATE/\\w+|\n docs/(\n faq|\n
6767
\ index|\n )|\n README|\n src/ansible_navigator/data/(help|welcome)\n
6868
\ )\\.md\n$\n"
6969
- repo: https://github.com/codespell-project/codespell
70-
rev: v2.4.1
70+
rev: v2.4.2
7171
hooks:
7272
- id: codespell
7373
args:
@@ -103,20 +103,20 @@ repos:
103103
args:
104104
- --py310-plus
105105
- repo: https://github.com/pappasam/toml-sort
106-
rev: v0.24.3
106+
rev: v0.24.4
107107
hooks:
108108
- id: toml-sort-fix
109109
alias: toml
110110

111111
- repo: https://github.com/astral-sh/ruff-pre-commit
112-
rev: v0.15.2
112+
rev: v0.15.9
113113
hooks:
114114
- id: ruff-format
115115
alias: ruff
116116
- id: ruff-check
117117
alias: ruff
118118
- repo: https://github.com/pre-commit/mirrors-mypy.git
119-
rev: v1.19.1
119+
rev: v1.20.0
120120
hooks:
121121
- id: mypy
122122
additional_dependencies:
@@ -154,6 +154,6 @@ repos:
154154
- setuptools-scm
155155
pass_filenames: false
156156
- repo: https://github.com/ansible/team-devtools
157-
rev: v26.1.0
157+
rev: v26.4.0
158158
hooks:
159159
- id: check-platform-constraints

0 commit comments

Comments
 (0)