Skip to content

Commit

Permalink
Merge pull request #31 from OpenTimelineIO/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-python-5

Bump actions/setup-python from 3 to 5
  • Loading branch information
jminor authored Feb 3, 2024
2 parents 5908b3f + aebbcfb commit 9b61327
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v3

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
submodules: 'recursive'

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:
submodules: 'recursive'

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down

0 comments on commit 9b61327

Please sign in to comment.