Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/actions/setup-python-5' into …
Browse files Browse the repository at this point in the history
…dependabot/github_actions/actions/checkout-4
  • Loading branch information
redeboer authored Feb 2, 2024
2 parents eb1637c + f5e2443 commit 104f26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/constraints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.8"
- run: pip install pip-tools
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- run: ls -A
- name: Move artifacts to correct location
run: |
Expand Down

0 comments on commit 104f26e

Please sign in to comment.