Skip to content

Commit b1c502e

Browse files
deps(actions/setup-python): update actions/setup-python to v6.3.0
1 parent 20ec686 commit b1c502e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
16+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install Requirements
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
3636
- name: Set up Python ${{ matrix.python-version }}
37-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
37+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040

0 commit comments

Comments
 (0)