Skip to content

Commit 1a44dea

Browse files
Bump actions/setup-python from 4 to 5 (#701)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Mertic <jmertic@linuxfoundation.org>
1 parent 0fcab6a commit 1a44dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updatedatasources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check out repo
1515
uses: actions/checkout@v3
1616
- name: Set up Python 3.x
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.x'
2020
- name: Run build

0 commit comments

Comments
 (0)