Skip to content

Commit

Permalink
Merge pull request sherlock-project#1731 from cclauss/patch-7
Browse files Browse the repository at this point in the history
Upgrade GitHub Actions
  • Loading branch information
sdushantha authored Mar 13, 2023
2 parents e25cabd + c61fe28 commit 7d31f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
matrix: ${{ fromJson(needs.getchange.outputs.matrix) }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install Dependencies
Expand Down

0 comments on commit 7d31f0a

Please sign in to comment.