Skip to content

Commit

Permalink
ci: update actions tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-noda-qcrg committed Nov 4, 2024
1 parent 743508a commit 3e5b402
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release-v')
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Setup Python 3.13
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.10
- name: Setup Python 3.13
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3e5b402

Please sign in to comment.