Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#11356 from ComplianceAsCode/depen…
Browse files Browse the repository at this point in the history
…dabot/github_actions/actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
Mab879 authored Dec 11, 2023
2 parents 422ad65 + 30c82d6 commit ae3019d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-oscal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install python deps
Expand Down

0 comments on commit ae3019d

Please sign in to comment.