Skip to content

Commit

Permalink
Merge pull request #307 from cta-observatory/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-python-5

Bump actions/setup-python from 3 to 5
  • Loading branch information
morcuended authored Oct 23, 2024
2 parents 5033a19 + 335746c commit 828edc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- 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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down

0 comments on commit 828edc7

Please sign in to comment.