Skip to content

Commit

Permalink
Merge pull request #467 from pangaea-data-publisher/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/actions/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
huberrob authored Jan 2, 2024
2 parents bf57bc3 + aebc62b commit fe44df9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# steps:
# - uses: actions/checkout@v4
# - name: Set up Python 3.11
# uses: actions/setup-python@v4
# uses: actions/setup-python@v5
# with:
# python-version: '3.11'
# - name: Cache python dependencies
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
restore-keys: |
lint-
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: |
Expand All @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: pip
Expand Down

0 comments on commit fe44df9

Please sign in to comment.