Skip to content

Commit 849ed01

Browse files
chore(deps): update actions/setup-python digest to ece7cb0
1 parent 3c2e972 commit 849ed01

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1313

1414
- name: Setup python
15-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
15+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
1616
with:
1717
python-version: 3.x
1818

@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2929

3030
- name: Setup python
31-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
31+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3232
with:
3333
python-version: 3.x
3434

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
17+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
1818
with:
1919
python-version: 3.x
2020

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424

2525
- name: Setup python
26-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
26+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

0 commit comments

Comments
 (0)