Skip to content

Commit

Permalink
Bump actions/setup-python from 4 to 5 (#701)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] and jmertic authored Aug 31, 2024
1 parent 0fcab6a commit 1a44dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updatedatasources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check out repo
uses: actions/checkout@v3
- name: Set up Python 3.x
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Run build
Expand Down

0 comments on commit 1a44dea

Please sign in to comment.