Skip to content

Commit 700a3cb

Browse files
authored
Merge pull request #27 from geotribu/dependabot/github_actions/actions/setup-python-6.1.0
build(deps): bump actions/setup-python from 6.0.0 to 6.1.0
2 parents a82f94c + 284bdab commit 700a3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/export-mastodon-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v6
3939

4040
- name: Set up Python
41-
uses: actions/setup-python@v6.0.0
41+
uses: actions/setup-python@v6.1.0
4242
with:
4343
cache: "pip"
4444
cache-dependency-path: "requirements.txt"

0 commit comments

Comments
 (0)