Skip to content

Commit 8c21c0d

Browse files
MESH-2092 Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `hadolint/hadolint-action` from d292784f8f3eacda47060b259a580467b0ba410c to 2332a7b74a6de0dda2e2221d575162eba76ba5e5 - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](hadolint/hadolint-action@d292784...2332a7b) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: hadolint/hadolint-action dependency-version: 2332a7b74a6de0dda2e2221d575162eba76ba5e5 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b8823c commit 8c21c0d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/merge-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: setup python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version-file: "pyproject.toml"
2626

@@ -123,7 +123,7 @@ jobs:
123123
find . -type f | xargs chmod g+w
124124
125125
- name: setup python
126-
uses: actions/setup-python@v5
126+
uses: actions/setup-python@v6
127127
with:
128128
python-version-file: "pyproject.toml"
129129

.github/workflows/pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
PR_BRANCH: ${{ github.head_ref }}
4848

4949
- name: setup python
50-
uses: actions/setup-python@v5
50+
uses: actions/setup-python@v6
5151
with:
5252
python-version-file: "pyproject.toml"
5353

@@ -179,7 +179,7 @@ jobs:
179179
PR_BRANCH: ${{ github.head_ref }}
180180

181181
- name: setup python
182-
uses: actions/setup-python@v5
182+
uses: actions/setup-python@v6
183183
with:
184184
python-version-file: "pyproject.toml"
185185

@@ -215,7 +215,7 @@ jobs:
215215
run: make mypy
216216

217217
- name: hadolint
218-
uses: hadolint/hadolint-action@d292784f8f3eacda47060b259a580467b0ba410c
218+
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5
219219
with:
220220
dockerfile: "Dockerfile"
221221
recursive: true
@@ -266,7 +266,7 @@ jobs:
266266
PR_BRANCH: ${{ github.head_ref }}
267267

268268
- name: setup python
269-
uses: actions/setup-python@v5
269+
uses: actions/setup-python@v6
270270
with:
271271
python-version-file: "pyproject.toml"
272272

0 commit comments

Comments
 (0)