Skip to content

Commit a05d6a1

Browse files
ci(deps): bump the github-actions-dependencies group across 1 directory with 2 updates
Bumps the github-actions-dependencies group with 2 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python) and [armakuni/github-actions](https://github.com/armakuni/github-actions). Updates `actions/setup-python` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.5.0...v5.6.0) Updates `armakuni/github-actions` from 0.19.6 to 0.19.7 - [Release notes](https://github.com/armakuni/github-actions/releases) - [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md) - [Commits](armakuni/github-actions@v0.19.6...v0.19.7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: armakuni/github-actions dependency-version: 0.19.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 81a23a9 commit a05d6a1

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/app-pipeline-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030

3131
- name: Set up Python version
32-
uses: actions/setup-python@v5.5.0
32+
uses: actions/setup-python@v5.6.0
3333
with:
3434
python-version: ${{ env.PYTHON_VERSION }}
3535
cache: "pip"
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v4
4949

5050
- name: Set up Python version
51-
uses: actions/setup-python@v5.5.0
51+
uses: actions/setup-python@v5.6.0
5252
with:
5353
python-version: ${{ env.PYTHON_VERSION }}
5454
cache: "pip"
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v4
7171

7272
- name: Set up Python version
73-
uses: actions/setup-python@v5.5.0
73+
uses: actions/setup-python@v5.6.0
7474
with:
7575
python-version: ${{ env.PYTHON_VERSION }}
7676
cache: "pip"
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/checkout@v4
9696

9797
- name: Set up Python version
98-
uses: actions/setup-python@v5.5.0
98+
uses: actions/setup-python@v5.6.0
9999
with:
100100
python-version: ${{ env.PYTHON_VERSION }}
101101
cache: "pip"

.github/workflows/app-pipeline.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v4
3636

3737
- name: Set up Python version
38-
uses: actions/setup-python@v5.5.0
38+
uses: actions/setup-python@v5.6.0
3939
with:
4040
python-version: ${{ env.PYTHON_VERSION }}
4141
cache: "pip"
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v4
5656

5757
- name: Set up Python version
58-
uses: actions/setup-python@v5.5.0
58+
uses: actions/setup-python@v5.6.0
5959
with:
6060
python-version: ${{ env.PYTHON_VERSION }}
6161
cache: "pip"
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@v4
7979

8080
- name: Set up Python version
81-
uses: actions/setup-python@v5.5.0
81+
uses: actions/setup-python@v5.6.0
8282
with:
8383
python-version: ${{ env.PYTHON_VERSION }}
8484
cache: "pip"
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v4
115115

116116
- name: Set up Python version
117-
uses: actions/setup-python@v5.5.0
117+
uses: actions/setup-python@v5.6.0
118118
with:
119119
python-version: ${{ env.PYTHON_VERSION }}
120120
cache: "pip"
@@ -150,7 +150,7 @@ jobs:
150150
shell: bash
151151

152152
- name: Set up Python version
153-
uses: actions/setup-python@v5.5.0
153+
uses: actions/setup-python@v5.6.0
154154
with:
155155
python-version: ${{ env.PYTHON_VERSION }}
156156
cache: "pip"
@@ -172,7 +172,7 @@ jobs:
172172
173173
- id: bump-version
174174
name: Bump to Next Semver Version
175-
uses: armakuni/github-actions/bump-version@v0.19.6
175+
uses: armakuni/github-actions/bump-version@v0.19.7
176176

177177
- name: Build Docker Image
178178
run: |
@@ -352,7 +352,7 @@ jobs:
352352
needs:
353353
- placeholder-prod-deploy-to-az-container-apps
354354
if: github.ref == 'refs/heads/main'
355-
uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.6
355+
uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.7
356356
secrets: inherit
357357
with:
358358
download-artifacts: true

.github/workflows/infra-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
subscription-id: ${{ secrets.AZ_SUBSCRIPTION_ID }}
9595

9696
- name: Set up Python version
97-
uses: actions/setup-python@v5.5.0
97+
uses: actions/setup-python@v5.6.0
9898
with:
9999
python-version: ${{ env.PYTHON_VERSION }}
100100
cache: "pip"

0 commit comments

Comments
 (0)