Skip to content

Commit 24f680e

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 09fde58 commit 24f680e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
git config user.name github-actions[bot]
3333
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
34-
- uses: actions/setup-python@v5
34+
- uses: actions/setup-python@v6
3535
with:
3636
python-version: 3.x
3737
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)