Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit fd0021a

Browse files
chore: bump actions/setup-python from 5.2.0 to 5.3.0 (#37)
--- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16acf1e commit fd0021a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
6464

6565
- name: Setup Python ${{ matrix.python-versions }}
66-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
66+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
6767
with:
6868
python-version: ${{ matrix.python-versions }}
6969

@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
8888

8989
- name: Setup Python ${{ matrix.python-versions }}
90-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
90+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
9191
with:
9292
python-version: ${{ matrix.python-versions }}
9393

@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
112112

113113
- name: Setup Python ${{ matrix.python-versions }}
114-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
114+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
115115
with:
116116
python-version: ${{ matrix.python-versions }}
117117

@@ -135,7 +135,7 @@ jobs:
135135
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
136136

137137
- name: Setup Python ${{ matrix.python-versions }}
138-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
138+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
139139
with:
140140
python-version: ${{ matrix.python-versions }}
141141

@@ -159,7 +159,7 @@ jobs:
159159
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
160160

161161
- name: Setup Python ${{ matrix.python-versions }}
162-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
162+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
163163
with:
164164
python-version: ${{ matrix.python-versions }}
165165

.github/workflows/repository-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # V4.2.1
7878

7979
- name: Set up Python ${{ needs.get-python-version.outputs.version }}
80-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # V5.2.0
80+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # V5.3.0
8181
with:
8282
python-version: ${{ needs.get-python-version.outputs.version }}
8383

0 commit comments

Comments
 (0)