Skip to content

Commit

Permalink
Merge pull request #1992 from RDFLib/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-4

Bump actions/setup-python from 3 to 4
  • Loading branch information
white-gecko authored Jun 20, 2022
2 parents f32398c + 7bf9e1c commit 4f325df
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 @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: actions/setup-java@v3
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{env.DEFAULT_PYTHON}}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Cache pip
Expand Down

0 comments on commit 4f325df

Please sign in to comment.