Skip to content

Commit a20dec1

Browse files
authored
Merge pull request #33 from geotribu/dependabot/github_actions/actions/setup-python-6.2.0
build(deps): bump actions/setup-python from 6.1.0 to 6.2.0
2 parents 8cb4973 + c00adcd commit a20dec1

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
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v6
3434

3535
- name: Set up Python
36-
uses: actions/setup-python@v6.1.0
36+
uses: actions/setup-python@v6.2.0
3737
with:
3838
cache: "pip"
3939
cache-dependency-path: "requirements.txt"

0 commit comments

Comments
 (0)