Skip to content

Commit

Permalink
Merge branch 'master' into remove_lgtm_badges
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv authored Apr 30, 2024
2 parents b41d042 + 0765cf1 commit a0736f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/subsurface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
df -h
- name: πŸ“– Checkout commit locally
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 🐍 Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -168,10 +168,10 @@ jobs:

steps:
- name: πŸ“– Checkout commit locally
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 🐍 Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit a0736f1

Please sign in to comment.