Skip to content

Commit

Permalink
Merge pull request #79 from pytroll/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-4
  • Loading branch information
mraspaud authored Jun 21, 2023
2 parents adae761 + 3004386 commit ef6d29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit ef6d29f

Please sign in to comment.