Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent c41351b commit d24fb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: ${{ env.DEFAULT_PYTHON }}

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Check out code from GitHub
uses: actions/[email protected]
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install requirements
Expand Down

0 comments on commit d24fb88

Please sign in to comment.