Skip to content

Commit 4ee4e5b

Browse files
chore(deps): update actions/setup-python digest to a309ff8
1 parent 6e96030 commit 4ee4e5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
# Needed for docs to discover gh-pages branch
2424
fetch-depth: 0
25-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
25+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2626
id: setup-python
2727
with:
2828
python-version: ${{ env.PYTHON_VERSION }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
# Needed for docs to discover gh-pages branch
2525
fetch-depth: 0
26-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
26+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2727
id: setup-python
2828
with:
2929
python-version: ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)