Skip to content

Commit c82535f

Browse files
chore(deps): update actions/setup-python digest to 0b93645
1 parent dd2f21f commit c82535f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
virtualenvs-create: true
4444
virtualenvs-in-project: true
4545

46-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
46+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
4747
with:
4848
python-version: "3.12.1"
4949
cache: "poetry"

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414
- name: Set up Python
15-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
15+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
1616
with:
1717
python-version: 3.11
1818
- name: Install ghp-import

0 commit comments

Comments
 (0)