Skip to content

Commit 0317e81

Browse files
chore: bump actions/setup-python from 5.1.0 to 5.1.1 (#20)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@82c7e63...39cd149) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ccbea7 commit 0317e81

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/cicd.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6464

6565
- name: Setup Python ${{ matrix.python-versions }}
66-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
66+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
6767
with:
6868
python-version: ${{ matrix.python-versions }}
6969

@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8888

8989
- name: Setup Python ${{ matrix.python-versions }}
90-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
90+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
9191
with:
9292
python-version: ${{ matrix.python-versions }}
9393

@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
112112

113113
- name: Setup Python ${{ matrix.python-versions }}
114-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
114+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
115115
with:
116116
python-version: ${{ matrix.python-versions }}
117117

@@ -135,7 +135,7 @@ jobs:
135135
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
136136

137137
- name: Setup Python ${{ matrix.python-versions }}
138-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
138+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
139139
with:
140140
python-version: ${{ matrix.python-versions }}
141141

@@ -159,7 +159,7 @@ jobs:
159159
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
160160

161161
- name: Setup Python ${{ matrix.python-versions }}
162-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
162+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
163163
with:
164164
python-version: ${{ matrix.python-versions }}
165165

@@ -183,7 +183,7 @@ jobs:
183183
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
184184

185185
- name: Setup Python ${{ matrix.python-versions }}
186-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
186+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
187187
with:
188188
python-version: ${{ matrix.python-versions }}
189189

.github/workflows/generate-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5858

5959
- name: Setup Python ${{ matrix.python-versions }}
60-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
60+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
6161
with:
6262
python-version: ${{ matrix.python-versions }}
6363

@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9292

9393
- name: Setup Python ${{ needs.get-python-version.outputs.highest-version }}
94-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
94+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
9595
with:
9696
python-version: ${{ needs.get-python-version.outputs.highest-version }}
9797

.github/workflows/generate-test-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5757

5858
- name: Setup Python ${{ matrix.python-versions }}
59-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
59+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
6060
with:
6161
python-version: ${{ matrix.python-versions }}
6262

@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9292

9393
- name: Set up Python ${{ needs.get-python-version.outputs.highest-version }}
94-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
94+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
9595
with:
9696
python-version: ${{ needs.get-python-version.outputs.highest-version }}
9797

.github/workflows/repository-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # V4.1.7
7878

7979
- name: Set up Python ${{ needs.get-python-version.outputs.version }}
80-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # V5.1.0
80+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # V5.1.1
8181
with:
8282
python-version: ${{ needs.get-python-version.outputs.version }}
8383

0 commit comments

Comments
 (0)