Skip to content

Commit

Permalink
Merge pull request #518 from robinostlund/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-python-5
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
2 parents 52fb564 + 11618dc commit 30479fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
comment: True


# - uses: actions/setup-python@v4
# - uses: actions/setup-python@v5
# name: Setup Python

# - uses: actions/cache@v2
Expand Down

0 comments on commit 30479fd

Please sign in to comment.