Skip to content

Commit 002ca78

Browse files
authored
Merge pull request #54 from weeklydevchat/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 43b0838 + 7babcd3 commit 002ca78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
git config user.name github-actions[bot]
1919
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.x
2323
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)