Skip to content

Commit 3e7196d

Browse files
authoredSep 2, 2024··
Merge pull request #1594 from nationalarchives/renovate/actions-setup-python-5.x
chore(deps): update actions/setup-python action to v5.2.0
2 parents 139b368 + 8a637fe commit 3e7196d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Set up Python
41-
uses: actions/setup-python@v5.1.1
41+
uses: actions/setup-python@v5.2.0
4242
with:
4343
python-version: "3.12"
4444
cache: pip

0 commit comments

Comments
 (0)
Please sign in to comment.